charles-proxy

Charles Proxy SSL Certificate not working

…衆ロ難τιáo~ 提交于 2019-12-18 11:07:13
问题 I want to modify the website www.moviestarplanet.com. The site got https secured 2-3 weeks ago and i could not use charles anymore.. I've tried so much,but everytime it comes: unknown. Could anyone help me? Instead of unknown there should be: Gateway. I already installed the certificate.. Maybe I'm doing something wrong? 回答1: There is no clear information on whether this problem is with iOS or Mac. Mauricio has explained how to solve this problem on Mac. Let me take the liberty of how to fix

HTTP Traffic monitoring issue when using MonoTouch, HttpClient and Charles Proxy

落花浮王杯 提交于 2019-12-18 04:52:57
问题 I'm new to HttpClient class and I'm having issue with monitoring requests using Charles Proxy. Basically what I need is to monitor the requests which are made either from simulator or actual iOS device. Here you can find a great tutorial of how to configure Charles for iOS development. I was making simple HttpClient requests for instance, just a simple authorisation async Task<string> authorizeUser() { HttpClient _client = new HttpClient (); _client.BaseAddress = new Uri("https://...../api/")

Android: prevent sniffing (e.g. with CharlesProxy) of SSL traffic

让人想犯罪 __ 提交于 2019-12-13 11:36:43
问题 I use Charles to check what data is send throw my app to HTTPS. I installed the Charles CA cert on my phone and because of that, I'm able to decrypt every SSL traffic. But I found apps, where I'm not possible to see the SSL traffic. How can I implement this behavior into my own app? With this, no man in the middle attack would be possible. 回答1: ...I installed the Charles CA cert on my phone and because of that, I'm able to decrypt every SSL traffic. But I found apps, where I'm not possible to

Android 9 (Pie) - Not able to capture any api (native / web) through network monitoring tools such Charles proxy and Fiddler

心已入冬 提交于 2019-12-13 02:49:55
问题 I am trying to capture apis triggered from native app and website through Charles proxy / Fiddler , But I am not able to see any api there. I have set manual proxy as well. I am able to see apis for Android 8 and below . But not working for Android 9 . In Android 9 , I could the screens getting loaded completely , but still I am not able to see the apis in any monitor. 回答1: Add android:usesCleartextTraffic="true" in AndroidManifest.xml <manifest xmlns:android="http://schemas.android.com/apk

Why can't I see http or https traffic from Chrome Browser for Android on Charles Proxy?

陌路散爱 提交于 2019-12-12 16:10:07
问题 I've followed the directions from here: SSL Proxy/Charles and Android trouble I can see http and https requests from apps but I can't see any request from my mobile Chrome browser for Android come through Charles Proxy. 来源: https://stackoverflow.com/questions/26170877/why-cant-i-see-http-or-https-traffic-from-chrome-browser-for-android-on-charles

How to analyze https traffic from Android 6 emulator with Charles Proxy

删除回忆录丶 提交于 2019-12-12 08:07:39
问题 I want to analyze the https traffic of the app I am developing for Android. Charles Web Debugging Proxy is the tool I want to use for that. I have the following system configuartion: Mac OS X El Capitan Version 10.11.5 Android Studio 2.1.2 Build #AI-143.2915827, built on May 26, 2016 Android SDK Tools 25.2.0 rc1 Platform Version: API 24: Android 6.X (N) revision 2 Charles Web Debugging Proxy v 3.11.5 30 day trial version I already read several posts on StackOverflow like e.g. SSL Proxy

How to make HttpClient relay traffic show up in Fidder or Charles?

一个人想着一个人 提交于 2019-12-11 10:27:47
问题 I have a simple web api project based on this example: http://aspnet.codeplex.com/sourcecontrol/latest#Samples/WebApi/RelaySample/Program.cs However, in the above sample the relay is working with a local server, in my project the relay is working with an external web server with a real address; companyX.com I am using the relay service (or, web proxy service) through a browser, for example, in the browser request relayService.com/companyX. The relay service responds with data from the

Cannot see iOS simulator traffic with charles proxy

我们两清 提交于 2019-12-11 07:58:31
问题 I have installed Charles proxy, then installed the root certificate and root certificate for iOS simulator. Then I ran the application of the simulator but I cannot see any request inside charles. When I curl the same request with proxy it shows up in the Charles curl --proxy 127.0.0.1:8888 -k -v https://example.com 回答1: New16 may be on to something - Not sure which simulator you use, but I assume that it uses your Mac's internet connection, unlike real devices that connect to Charlesproxy

How configure charles-proxy to work with chrome in linux (ubuntu 14.04)

随声附和 提交于 2019-12-11 03:04:14
问题 I try setting the chrome proxy: google-chrome --proxy-server=127.0.0.1:8888 Chrome opens a new window, but charles does not capture any. 回答1: Charles opens up a proxy usually at localhost:8888 (you can change it in the Proxy > Proxy settings... menu), so what you have to do is simply add this proxy server to your connections. The best way to achieve that I've found is by installing the Proxy SwitchySharp extension, configuring the proxy parameters as told before and switching manually

Charles Proxy: Map to GET Request instead of OPTIONS

不羁岁月 提交于 2019-12-10 18:15:10
问题 Is there a way to do a local mapping in Charles based on a specific request? My API makes both a OPTIONS request followed by a GET request. When I do a local mapping in Charles, it maps the response to that OPTIONS request. I would like it to map the response to the GET request instead. Is there a way around this? I'm new to this tool. Any help is appreciated. Thanks in advance! 回答1: I think this has already been discussed here. As it is said there, Charles does not provide any way to be able