mitre / mitre/HTTP-Proxy-Servlet
how to handle AutoRedirect?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 557
- PR merge metrics
- No merged PRs in 30d
Description
my client send url to my server , throw this proxy , and my server want to redirect other web site , but this redirect seem to be auto handel by the proxy ,my client did not receive the 302 or 303 redirect message .i do not want this
how do do that , let proxy do not autoRedirect , let browser client handle it by it self?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing where the proxy handles upstream redirects. Determine how redirect responses are currently processed and whether a setting can preserve the 302 or 303 for the client. Done means the browser client receives and handles the redirect instead of the proxy automatically following it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100