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
0 answers

Different site behavior when scraping site(ASP.NET-based) without running under Fiddler/Charles

I need to automate scraping of some data from our partners site(German's research institute "Gesellschaft für Konsumforschung" - https://startrack.gfkrt.com/ ). They don't want to create clean api for us, because "site is written about ten years…
rufanov
  • 3,266
  • 1
  • 23
  • 41
0
votes
1 answer

How can I redact passwords in a Charles Proxy trace

I need to document an HTTP authentication issue with a Charles Proxy trace but I want to redact the passwords in the resulting trace file. Hand-editing the binary .chls file produced by the "Save" menu command results in a corrupted file, so that is…
Marc Liyanage
  • 4,601
  • 2
  • 28
  • 28
0
votes
1 answer

Setting up Charles proxy causes emulator to lose internet connection

So I'm trying to set up Charles on a Mac (running Mavericks). I have Charles installed, set up the Proxy Settings by adding * as the SSL locations (which means it should accept traffic from everywhere, right?). Then I went into my emulated Android…
BHendricks
  • 4,423
  • 6
  • 32
  • 59
0
votes
1 answer

Is it possible set up re-write rules for charles proxy from Command Line

I'm trying to automate the set-up of re-write rules for charles proxy, I went through the documentation but I could not figure out a solution to automate this. Please let me know if it is possible to set-up the re-write rules from CLI and are there…
Code hunter
  • 115
  • 1
  • 2
  • 8
0
votes
1 answer

how to reproduce successful curl call in ajax

In Charles proxy I've captured a successful request made when using curl - which returns some json. I've tried all day to make this into an ajax call but have failed - wonder if someone could take a fresh look at it? I'm sending a token via the…
MikeW
  • 4,749
  • 9
  • 42
  • 83
0
votes
1 answer

charles debugging not working

I want to test requests and responses from servers. Iam using ubuntu and python programming language. I have checked charles debugging tool, in some research came to know that java is to be installed.I have installed java but charles debugging tool…
user3040345
  • 589
  • 2
  • 6
  • 11
0
votes
1 answer

Unable to capture http log for some part of page with Charlesproxy or Fiddler?

I am trying to check the data loading into search listing in this page link below : http://www.tigerdirectwireless.com/ecommerce/phones/?r=tigerdirect&filterbycarrier=68 We could not find the product details(name, price etc.) in page source. I have…
Yogesh Unavane
  • 265
  • 3
  • 11
0
votes
1 answer

Scraping and submitting a form via Mechanize. How do I see the parameters passed?

I'm scraping an Amazon form and submitting it. When I submit the form via my code, it bounces me back to that same form with no errors but clearly something is going wrong. My hunch it's either an SSL thing or no session_id. Regardless, I'd like to…
Zack Shapiro
  • 6,648
  • 17
  • 83
  • 151
0
votes
1 answer

Trouble proxying into computer

I am trying read traffic from a couple of test mobile devices, iphones, androids etc. I've done this for over a year using primarily Fiddler but also Charles. I did it up until yesterday without any issue. But today the devices do not appear to be…
0
votes
4 answers

"certificate file does not exist" error when using charles web debugging proxy

I have Installed charles and installed the charles CA SSL certificates as per help menu, with success confirmation. BUt as I try to open any url with charles running, I am continuously getting an pop-up error of "certificate file does not…
Aryaman
  • 51
  • 1
  • 3
0
votes
1 answer

NSURLConnection sends GET request instead of POST request

I'm trying to make a POST request using NSURLConnection. I use Charles to debug and Charles every time says that the method is GET. I've tried all different ways and can't get it to work. I am NOT using JSON. -(void)getList { [UIApplication…
SasaT
  • 731
  • 6
  • 19
0
votes
2 answers

Charles and AppleScript (missing values in Accessibility Inspector)

EDIT: I'm trying to save a session file from the Web Proxy Debugging App Charles (http://www.charlesproxy.com/) using AppleScript. Basically, I select "Export", put in a temp name, and then save it. However, after I click on combo box 2, which is…
0
votes
2 answers

capturing windows store app traffic with fiddler raises an exception

I've attempted to send a POST request on a Windows Store App. And I've attempted to use Fiddler or Charles to capture it. with Fiddler/Charles closed, everything works fine. with Fiddler/Charles opened, PostAsync() raises an exception Here is my…
Cœur
  • 37,241
  • 25
  • 195
  • 267
0
votes
1 answer

can we catch Packet Of HTTPservice of flex

Here i use Charles web debugger Proxy to catch all packet which send/receive by HTTP Protocol and here, i declare, Charles is HTTP monitor. after opening Charles i got all the packet which send from my browser. so i made a new application which call…
0
votes
2 answers

Http traffic of cocos2d-x app not exist in Charles Proxy

My game app is based on cocos2d-x/iphone and it will request Json or Html from a Django server. Things work fine if I open urls of server request in iPhone Safari browser inside simulator or device and also PC browser, traffic shows up in Charles.…
Jason Xu
  • 2,903
  • 5
  • 31
  • 54
1 2 3
38
39