Skip to content
New issue

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

added follow-redirect and updated path to include url queries #16

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

shubhbapna
Copy link
Collaborator

Resolves a bug where when using the proxy, we would reach max redirect when the http requested url will return a 301 to redirect to the https version. When we would receive this 301, the proxy would pass this response to actual client. If client decided to follow the redirect and request the https url, it would again be intercepted by the proxy which would make an http request and the cycle would repeat.

Resolves a bug where url query wasn't being passed by the proxy to the actual target.

@shubhbapna shubhbapna merged commit f15f749 into kiegroup:main Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant