Postman works - but neither HTTParty nor curl -what is wrong? #816
Unanswered
wdiechmann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am painfully aware that this is about the worst title ever - allow me to elaborate:
I have this endpoint that works when using Postman - but when I pick code|curl I get
but if I remove the Cookie header (which in reality I'd not have available) - I cannot login using curl, and trying to 'emulate' this in HTTParty gives me
and I have tried with RestClient and Faraday as well, which sadly reports exactly the same - leading (ChatGPT and) me to conclude that it's deeper into the stack somewhere - but where?
Does anybody have a clue - perhaps a link that could push me in the right direction (hrs of googling and prompting has lead me nowhere)
😢
Beta Was this translation helpful? Give feedback.
All reactions