Iván Padrón
Iván Padrón
@seanamos any hint of why is that happening? This is the code [798](https://github.com/haf/Http.fs/blob/master/HttpFs/HttpFs.fs#L798) I assume is getting canceled because some other alternative is being committed. @haf How can I reproduce...
@cmeeren the api allows you to set a custom header in your request. Have you tried?
@Denterl you have to create your own HttpClient and a HttpClientHandler with the proxy setup you need. Then you can pass your new HttpClient to the api while creating the...
@DavidSSL here is how I setup my proxy client (using fiddler everywhere) let proxyHttpClient() = let handler = new SocketsHttpHandler(UseCookies=true) handler.Proxy