Authentication with cookie #308
PatrickB100
started this conversation in
General
Replies: 1 comment
-
This kind of auth is not supported |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have an API which authenticates in the following way:
1st command: POST - https://api.local/webrequest -> replies with a cookie: jsessionid=xxxxxxxxxxxxx
2nd command: POST - https://api.local/auth -> authenticate with cookie received in first command in header and username/password in body
3th command: post - https://api.local/webrequest -> query data
How do i handle this authentication?
Thanks in advance,
Patrick
Beta Was this translation helpful? Give feedback.
All reactions