Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWeb Client: Query parameters missing for SSL requests #563
Comments
|
would you mind to create a test case ? that would help to find the issue :-) |
pmlopes
added a commit
that referenced
this issue
Apr 7, 2017
|
Closing since PR has been merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
Context
I noticed that query parameters are lost when the request is SSL encrypted. For instance this is a request which works:
I created a test endpoint at my backend and logged the query parameters so I can confirm that they are incoming. However once I switch to SSL I can see that the query parameters are missing:
I'm not sure what I'm doing wrong here...