This is an unofficial chat room, if you want to reach out to the Faraday core team, join us on GitHub Discussions (https://github.com/lostisland/faraday/discussions) instead
faraday-cookie_jar
that implemented cookies forwarding between faraday requests as a middleware.
http-cookie
to do that, you can see how that works in the middleware on_complete
function: https://github.com/miyagawa/faraday-cookie_jar/blob/master/lib/faraday/cookie_jar.rb
You mentioned Postman, which I'd assume is the application running on your computer, but when you say that you get "execution expired" with Faraday, where is this Ruby code running?
Hi Matt, thanks for your response, it appears that docker network was the problem, I did a docker system prune and also I changed the way that I was creating the http client to block format and now It is working flawlessly