We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Below is the postman image. I am passing Cookie as the header.
I tried doing this in rest client
GET http://someUrl Cookie: jsessionId=xxxx
The postman request works, but rest-client fails. In rest-client I am getting an error saying that cookie was not passed at all?
Note: someUrl is a validUrl.
The text was updated successfully, but these errors were encountered:
@rohitkrishna094 it's an known issue, and is already fixed. You can expect this can work in next release
Sorry, something went wrong.
@Huachao Thanks for your prompt reply again. One last question, do you know when the next release is going to be?
@rohitkrishna094 you can already experience this in version 0.23.1
No branches or pull requests
Below is the postman image. I am passing Cookie as the header.
I tried doing this in rest client
The postman request works, but rest-client fails. In rest-client I am getting an error saying that cookie was not passed at all?
Note: someUrl is a validUrl.
The text was updated successfully, but these errors were encountered: