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

How to get charles proxy working with an akka app?

I am not sure how to get charles proxy working when running an akka app using sbt. At the moment my outgoing connections are not being reporting in charles. My akka app is making an outgoing http connection to download data and I want to monitor the…
cool breeze
  • 4,461
  • 5
  • 38
  • 67
0
votes
2 answers

HTTPS monitoring on Android

I'm trying to monitor HTTPS calls from a third party app developer on Android using Charles and I'm not having any luck. I'm on OS X.11. I used Charles and created a Root Certificate and mailed it to the phone. I think I installed it, but when I…
0
votes
1 answer

Api calls in the app is not able to be debugged in Charles/Fiddler (Bypassing proxy)

My App is developed using Xamarin.Android. When I try to do API debugging using Charles, I am not able to see the APIs in Charles. But I can see APIs of the other Apps installed in my device. I have set the proxy in the android device taking IP from…
Aju
  • 4,597
  • 7
  • 35
  • 58
0
votes
1 answer

Charles Web Debugging Proxy does not identify Android character encoding

I'm trying to use Charles to monitor activity on my Android phone, and when I look at the response, the request and response tabs display the data improperly. In the command prompt on windows, I got my IPv4 using ipconfig and modified the wifi on…
John Snow
  • 1,898
  • 2
  • 27
  • 48
0
votes
1 answer

How do I capture Android http traffic using charles or wireshark (which is on PC) under VPN connection?

I have googled a lot about setting up fiddlers for capturing android traffic. I have tried each of the suggested options. None of them work when there is an active VPN connection. Setup: Charles or Wireshark is available on PC. Both PC and android…
0
votes
1 answer

Charles Request "Text" tab

I've been sniffing some traffic and trying to recreate the requests in my own automated script. I'm doing this in Ruby using the RestClient (https://github.com/rest-client/rest-client) In the requests I'm sniffing I see it sending a token in the…
Bill L
  • 2,576
  • 4
  • 28
  • 55
0
votes
1 answer

FluorineFx request as Externalized Object c#

currently I am developing C# application that sends amf packet to server using FluorineFx. It works fine, but I found out strange datatype called Externalized Object. I found out that FluorineFX Contains a class named ArrayCollection but i dont now…
0
votes
1 answer

monitor network requests to see if a webpage has google analytics enabled

Which requests should I monitor to see if a webpage has Google Analytics enabled and active? Is is analytics.js? Or maybe a GIF request to www.google-analytics.com, is that revealing?
potato
  • 4,479
  • 7
  • 42
  • 99
0
votes
1 answer

HTTPS url not encrypted

I'm using Charles proxy to fetch all the requests coming from my Android app to a webservice. The thing is Charles shows me the complete request, meaning I can see the whole URL, headers and body so I can see…
muilpp
  • 1,293
  • 4
  • 17
  • 36
0
votes
1 answer

Connect a repl to Charles Proxy

I'm trying to debug my networked application to find out a network bug with one of my requests. Instead of using the command line, as the error happens inside a library, I'd rather use Charles Proxy for it. My problem is that the connection is done…
MLProgrammer-CiM
  • 17,231
  • 5
  • 42
  • 75
0
votes
1 answer

How to set up remote ip for Charles

when i use charles;it shows Denying access to Charles from /58.218.199.54; I find this configuration in the config file (.charles.config) ; how can i change it
rongfei li
  • 11
  • 1
  • 3
0
votes
1 answer

Adobe Air with sniffer Proxy?

I usually use Charles Proxy to catch requests/responses in browser. But now I develop Air application for mobile. Even if I run it on my PC Charles doesn`t catch requests of Air. 1) Can I configure Charles Proxy to catch requests/responses outside…
Sergey Senkov
  • 1,490
  • 1
  • 13
  • 23
0
votes
1 answer

Google Tag Manager v4 Android App Testing

I have implemented Google Tag Manager version 4 on my android app. Now the developer has shared the app with me for testing. I have tried using fiddler / charles mitm proxy for testing google analytics calls however i am not able to see any calls…
0
votes
0 answers

Why I can't see all HTTP requests from Charles? (Android)

I try to intercept requests from a game one Android. I used Charles web debugging proxy and Proxydroid for that. But the problem is I can't see all HTTP requests, I'm obliged to use Wireshark... Here's an example of requests I can see with Wireshark…
Texom512
  • 4,785
  • 3
  • 16
  • 16
0
votes
1 answer

Debugging HTTP calls with Charles

I have an ASP.NET app that I'm running on Mac OS X. This app has a web service. I call the web service, it then calls a third-party web service. I can successfully see in Charles that my web service is getting called. However, I cannot see the call…
xam developer
  • 1,923
  • 5
  • 27
  • 39