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

why don't I see any network call in Chrome's DevTools (or any other tool such as Charles)

while yahoo finance updates stock price on an already open page such as http://finance.yahoo.com/q?s=AMRC Thanks in advance! Jack M
Jack M
  • 3
  • 3
0
votes
2 answers

Viewing Xbox one network traffic

I am trying to view the HTTP traffic going from my Xbox One using charles proxy. However, as Xbox One doesn't allow you to use a proxy this is finding out to be difficult. I have tried using my laptop's internet connection through ethernet cable…
Jaeren Coathup
  • 377
  • 5
  • 16
0
votes
1 answer

Trying to replicate web request (image upload) using php and curl

I'm trying to replicate a image upload to a website yet that website don't give an api function for that. I managed to get the request information using Charles Proxy: Here is my php code: $post_data = array( 'photo' => '@'.$filename, …
Th3lmuu90
  • 1,717
  • 2
  • 15
  • 18
0
votes
1 answer

Testing iOS/Android app google analytics

I've been searching for many hours, but I havent been able to come up with a solution to the following problem: I want to be able to test the implementation of Google Analytics in an app, in real real time. Using google real-time analytics is…
0
votes
1 answer

How to tunnel to Charles? To debug android against dev hidden behind vpn

for network issue reasons I need to tunnel to Charles. More specifically, Windows laptop: - Connected to VPN to test environments - Can connect to public Web - Can not connect to office wifi - Can run Charles or such (can install SW, have admin but…
maxweber
  • 576
  • 1
  • 5
  • 12
0
votes
2 answers

Request debugging with Charles - Filtering

I am developing iOS app for request debugging.So that I am using Charles which is kind of great tool! I can´t figure out how to hide all the Desktop network-processes which are all shown up in the Charles-console too. The iOS device is connected…
Thomas G.
  • 1,003
  • 12
  • 27
0
votes
1 answer

charles proxy is capturing traffic from a port other than one i've set

I've set up Charles to capture traffic going through port 8888. I've set up my mobile device send traffic to that port. It all works peachily. However, when i browse to a site on my desktop, that traffic is also captured by Charles. As far as i…
dopatraman
  • 13,416
  • 29
  • 90
  • 154
0
votes
1 answer

Charles Proxy Flash Game

I'm a new user of charles proxy and didn't find any answers or tutorial. I'm trying to see the HTTP traffic from a game. Some thing appears, but the actions doesn't appear, the host can't be SSL proxyd or if can the option to SSL proxy is not…
0
votes
1 answer

Complete URL in HTTPS connections

I would like to know some connections that depart from my application. So I use a proxy (in particular I'm using Charles for OSX) This works fine. I have noticed that some of these connections are HTTPS (TLS). This is ok, but for these…
Safari
  • 11,437
  • 24
  • 91
  • 191
0
votes
1 answer

Can i create a rewrite in Charles Proxy so there is no response given

I want to fake the response to a call by having no response at all, instead of whatever the target is returning. (as if the IP i was calling to does not exist at all). Is this possible using Charles Proxy?
Joris Janssen
  • 33
  • 1
  • 4
0
votes
1 answer

Why is ADAL saying certificate denied in response to Charles proxy?

I'm using ADAL(a 3rd party OAuth2.0 implementation). I'm trying to collect traces of the communication using Charles as a proxy. What I imagine is happening (not relying on anything): ADAL requests a certificate from the Authority through…
Shmoopy
  • 5,334
  • 4
  • 36
  • 72
0
votes
1 answer

Python Requests: Trying to post data

I'm using Charles to debugg a web application and reverse engineer it. When I look at a request from my browser, I'm able to use Charles to see what the body content should look like: { "projectIds": [1016190671], "statusId": 11144371 } When I…
Morgan Allen
  • 3,291
  • 8
  • 62
  • 86
0
votes
3 answers

iPhone app's traffic not sniffable

I've got quite a bit of experience using Charles to sniff out traffic being sent out on my iPhones. Almost every app that I choose to reverse engineer has been possible in large part to cURL and Charles. But, for some reason, this one app called…
Lance
  • 4,736
  • 16
  • 53
  • 90
0
votes
1 answer

Using Charles to push scripts to code (like in fiddler)

In fiddler I can use fiddlerScripts addon, and push my script through the method onBeforeResponse. Then i use auto responder to push my script. That way I can check my code on almost anything. Is this possible to do with Charles or another program…
Zbun
  • 4,875
  • 4
  • 19
  • 28
0
votes
1 answer

How to set up Charles proxy for iOS simulator with corporate proxy

We are developing iOS apps with charles, but recently company used automatic proxy configuration like this http://ourproxy.com:8181 Everyone need set up this from connection configuration. That way will make Charles failed to read http connections.…
Forrest
  • 122,703
  • 20
  • 73
  • 107