mitre / mitre/HTTP-Proxy-Servlet

how to handle AutoRedirect?

Open
#52 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.