Ioannis Kapsouras
Ioannis Kapsouras
Thank you @amirvenus for sharing your code. I have a question though. Is it safe to bypass ssl?
I tried a different but similar approach. I was inspired by your response. I use refit in my app and the very same api works fine for every request instead...
No, it does not. It's the android http client with the TLS1.2+ support that make the library work. (AndroidHttpClient along with Native TLS1.2+ in project options). https://devblogs.microsoft.com/xamarin/securing-network-traffic-with-tls-1-2/
If you want to user HttpClient instead of AndroidHttpClient, please don't forget to use androidclienthandler and tls 1.2 ssl implementation in your project properties for security reasons. (https://docs.microsoft.com/en-us/xamarin/android/app-fundamentals/http-stack?tabs=macos)
I had the same problem and @drunkendaddy saved my day. Thanks! One notice though: The command `SidebarController.DisablePanGesture = false` will be cancelled if the command `SidebarController.Disabled=true` is executed. It seems...
I finally figured this out with some help from out backend guy. It seems that nginx server does not like the quotes. This is the error that we tracked in...
This solution applies also to https://github.com/reactiveui/refit/issues/408
I have 16.2 beta on my device and the problem is still active. proxy.man/ssl is not accessible
A (not very nice for me) workaround is to use the mobile app (https://proxyman.io/ios). The mobile app works fine and captures requests and responses directly from the device.
Just installed 16.3 to my device and the proxy works. I think problem is solved from apple.