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
5
votes
1 answer

Charles Proxy not capturing localhost traffic when using Safari on MAC

When using Safari on MAC, Charles proxy is not capturing the localhost traffic. Using Opera, Chrome and Firefox all works as expected and captures all the localhost traffic. I have researched this issue extensively but to no avail. I have tried…
Chas
  • 51
  • 1
  • 3
5
votes
1 answer

Charles proxy is freezing when loading tools

I have installed Charles proxy on my Ubuntu machine. When it starts it is stuck with the startup window (ie the one with the logo and app name). At the bottom it is saying "Loading Tools". It is stuck on this. And does not open. What can I do to…
radiobrain77
  • 613
  • 1
  • 6
  • 19
5
votes
1 answer

Why charles can not capture http request by c++?

I write http request code by c++ and Java. But Charles can only capture http request by Java. Why ? Charles can't get any http request? Charles can't capture http request by c++? c++ main code: int sockfd, ret, i, h; struct sockaddr_in…
Egos Zhang
  • 1,334
  • 10
  • 18
5
votes
3 answers

Chromecast and Charles Proxy - How to connect

I am trying to connect my Chromecast and monitor its traffic through Charles proxy but I have been unsuccessful so far. Can someone guide me on how to do the same. I tried setting up a wifi hotspot on my laptop and connecting my chromecast to it,…
Ashaab Alam
  • 61
  • 1
  • 2
5
votes
0 answers

How to cache and returning same response using web proxy (charles or any other tool)

Is there any option in charles proxy or some other tool, where I can save/cache all the request and next time when same request comes, it returns same response without forwarding request.
hridayesh
  • 1,123
  • 1
  • 14
  • 36
5
votes
3 answers

How to install CharlesProxy ssl cerificate in Android

I am connecting Mobile device with System via Proxy and capturing calls made in the mobile devices. When "https" requests are captured, I am not able to get response from it. Getting following error in System:- No request was made. Possibly the SSL…
Galet
  • 5,853
  • 21
  • 82
  • 148
5
votes
2 answers

Charles is not capturing HTTP requests from a Java client (client is based on spring rest template) in my MAC pro

Environment: MAC Proc I have looked at HTTP Traffic monitoring issue when using MonoTouch, HttpClient and Charles Proxy. Although my question is similar to it, my application is using RestTemplate…
Coder
  • 51
  • 1
  • 4
5
votes
2 answers

Safe and reliable way to enable NSAppTransportSecurity for Release configuration and disable it for Debug/Staging configurations?

The question says it all. I am aware of NSAllowsArbitraryLoads that can be taken together NSExceptionDomains but I am bit confused by this blacklisting approach: I don't want to disable ATS for everything except specific production hosts listed by…
Stanislav Pankevich
  • 11,044
  • 8
  • 69
  • 129
5
votes
2 answers

Cannot debug Vine and Twitter api via charles debug proxy while facebook, flickr and any other API can be

I am trying to debug Vine API using Charles debug proxy. I have an IOS version of Vine app running in my device and I have set wifi proxy. I could debug API calls from all other applications by enabling ssl proxying. But SSL proxying is not working…
arundevma
  • 933
  • 7
  • 24
5
votes
0 answers

Using Charles Web Proxy as an Https Reverse Proxy

I am using the great Charles Web Proxy do make a reverse proxy and debug an exchange between my client and a secure server.I accepted the Charles certificate as a trusted authority and it works generally very well when using it in Proxy Mode, the…
J_D
  • 3,526
  • 20
  • 31
5
votes
4 answers

Redirect an http request from a remote server to a local server using nodejs

There is a feature in a tool called charles that allows you to map remote requests: http://www.charlesproxy.com/documentation/tools/map-remote/ Basically, it can take any request to a server(even if you're not the one running it) and then makes a…
prashn64
  • 657
  • 1
  • 8
  • 24
5
votes
2 answers

HTTPS Request with Perl UserAgent

I am trying to request an html document with HTTPS authentication using Perl. I haven't had an issue with non-HTTPS code in the past. I'm currently using LWP::UserAgent: #! /usr/bin/perl use LWP; use HTTP::Request::Common; my $browser =…
Soma Holiday
  • 185
  • 1
  • 1
  • 13
5
votes
2 answers

Charles proxY: rewrite on https does not work

I'm using Charles Proxy to rewrite code on website, just for testing a client's site. Rewriting works on every website, except from sites on https. Charles has the option to choose the protocol (http or https), but that doesn't work either. Every…
KlaasVaak
  • 73
  • 2
  • 5
4
votes
2 answers

How to set a rewrite rule in Charles Proxy, when there is a '?' included?

I am using Chales Proxy, and it helped me a lot so far. For testing, I use the rewrite rule to change the Path parameters. This works pretty well, as long as I do not try to set the rewrite rule on a a Path which includes a question mark: Type:…
Klaas
  • 101
  • 1
  • 2
  • 7
4
votes
0 answers

iOS simulator stopped listening by Charles/Proxyman

Today any of my iOS simulators stopped being listened by proxy app (Charles or Proxyman, any) after few minutes after fresh adding to Xcode. (Mac OS Ventura) I do all needed preparations with the certificates, and everything works. I can see all…
bodich
  • 1,708
  • 12
  • 31