Questions tagged [charles-proxy]

Questions related to Charles, an HTTP proxy / HTTP monitor / Reverse Proxy.

Charles

Charles is an HTTP proxy / HTTP monitor / Reverse Proxy.

Resources

585 questions
0
votes
1 answer

Charles (or alternative) - re-route request to another URL

I'm using Charles to intercept some traffic and what I would like very much is if I can get Charles to take in a request, but rather than let it continue on its merry way to the original destination URL, have it send all the info to another URL. So…
user887515
  • 794
  • 3
  • 6
  • 19
0
votes
1 answer

How to use charles in a system with proxy settings?

I am using a virtual pc from my office, in which I want to test with charles. That Windows OS uses a proxy for connecting to net. In Charles software, When I uncheck the "enable windows proxy" checkbox, I am able to connect to the internet, but…
Ashok Raj
  • 444
  • 6
  • 25
0
votes
1 answer

Protocol used by nutch

Can somebody please tell me which protocol is used by nutch for fetching pages. I wanted to check what kind of request does nutch makes ? I used charles proxy to see the request information but sadly nothing obtained there. Am i missing something…
Sachin Jain
  • 21,353
  • 33
  • 103
  • 168
-1
votes
1 answer

Extract pair of values in xml of Charles proxy recording using bash

I have an xml of a Charles proxy recording from which I am trying to find and extract couple of values by using XPath but not quite sure to extract them without hardcoding the xpath. Below is an xml of a single transaction
macrbu
  • 1
  • 1
-1
votes
1 answer

How do i switch to a local version of a node_modules file that I've saved to desktop?

I'm trying to make some changes to the react-rte text editor but can't test it... I've noticed literally nothing is coming through to the client after putting in console.logs, alerts, new code etc. How do i proxy (?) or bounce the requests to 1 or 2…
Aid19801
  • 1,175
  • 1
  • 17
  • 30
-1
votes
1 answer

Charles doesn't show form "Connection from"

After i'm set in wifi proxy-http correct server and port, that window still doesn't appear.
Daniel Smith
  • 720
  • 7
  • 13
-1
votes
1 answer

Why part of https requests fail on Charles Proxy as some https requests are ok?

I set everything well and some https request did be proxied well, but some are still unknown , is there any new way I don't known to prevent being proxied ?
zephor
  • 687
  • 5
  • 13
-1
votes
2 answers

How to hide Charles from an Android App?

I have configured Charles as a proxy so I can capture all the requests on my android phone. I am able to capture requests from all apps except one special app. When I set my wifi's proxy to my computer and port 8888, this app can not connect to…
Kingname
  • 1,302
  • 11
  • 25
-1
votes
1 answer

Why does my android device not connect to charles proxy but works when I connect to Fiddler proxy?

When I have Fiddler up and running i can connect my android phone to it. I should be able to connect to Charles (once I have closed Fiddler) using the same settings (my computer IP and port 8888). However, when trying to connect to Charles my phone…
user3200080
  • 135
  • 1
  • 2
  • 9
-1
votes
1 answer

Charles video playing unavailable

I'm testing an Andoird & IOS app which includes a feature that allows to watch videos. The problem is - when I use Charles, with a proxy server and a hotspot with my laptop, the videos won't play. Of course that the videos are playing when I'm not…
Nadav Miran
  • 21
  • 1
  • 4
-1
votes
1 answer

Charles Web Debugging Proxy rewrite not working

Here is the response: {"xxx", "yyy", "zzz":"abc,def"} (abc,def is not a constant string, every time it will change.) For example, I want to rewrite "abc,def" so I use this Regex expression "zzz":"(*)+" and rewrite as "zzz":"rewrote!", but I got…
user1102999
  • 1
  • 1
  • 3
-1
votes
1 answer

How to block untrusted certificates?

I have SSL connection. If I use feddler or Charles app, and I can to see decrypted SSL data. How I can to prevent this bug? Update: I was NOT imported the certificate for Charles, my android device is rooted and I use Proxy Droid app and allowed…
monyag
  • 800
  • 3
  • 9
  • 27
-2
votes
0 answers

how to add Charles root certificate into macos keychain

I am trying to setup my mac for Charles proxy Im following this doc: https://analystadmin.com/how-to-set-up-charles-proxy-on-macos/ Right after step 1: "Help > SSL Proxying > Install Charles Root Certificate" According to the doc, I should see…
Mars
  • 873
  • 1
  • 11
  • 24
-2
votes
1 answer

Charles Proxy vs Developer Console vs Browserstack

It seems that more developers are using Charles Proxy nowadays, but I can't beg to differ what are the advantages or what you can do with Charles that you can't do with others like Chrome Developer Console or browser stack.
Yzak
  • 81
  • 2
  • 13
-2
votes
1 answer

How to launch charles proxy and auto save logs with certain configuration using java

Is there any way to read charles proxy session programmatically using Java ? Basically I want to read specific logs from Charles proxy but my question is how can I start and save charles session so that I can read the data from the saved file using…
mizan rahman
  • 59
  • 1
  • 10
1 2 3
38
39