Really simple, I can take the request and execute it from cURL
on my local machine. Due to my work environment, I have to go through a proxy to make the request. With the proxy up cURL
works, but akka.http
fails. If I disable the proxy both methods fail when accessing the respective URL. Is there any known issues connecting to remote endpoints through a proxy using akka.http
?
2 posts - 2 participants