CloudNimble / PortableRest

A library for consuming REST APIs from Portable Class Libraries. Designed to be partially drop-in compatible with RestSharp.
https://nuget.org/packages/PortableRest
112 stars 34 forks source link

RestClient ignores proxy settings #40

Open aphex3k opened 10 years ago

aphex3k commented 10 years ago

As a mobile app developer I'm using Charles web proxy between my test devices and the internet to inspect network traffic. All PortableRest traffic does not go through the proxy if it is enabled on the device. It always uses a direct connection. If I disable direct internet access and make it available only through proxy, all client requests error out...

Please let me know if you need additional details.

Im running PortableRest PCL in Xamarin.iOS

kyurkchyan commented 10 years ago

Hello

Have you been able to solve this issue? I had similar issue with official RestSharp PCL version. Here is the stack overflow question http://stackoverflow.com/questions/24340570/restsharp-portable-restclient-proxy-property-is-not-working

My I need a PCL Rest which will be able to pass the requests through a proxy.