Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

bug: Mixed response based redirects do not preserve request methods

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

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript
Domain
api, backend

Research direction

Start in src/components/proxy-middleware/rule_action_processor/handle_mixed_response.js, especially the axios.get call linked in the issue. Reproduce an HTTPS-to-HTTP redirect on Safari and trace how the original request method is handled. Done means mixed-response redirects preserve the request method instead of treating every request as a GET.

Written by the indexing model from the issue text.

Description

migration:misfiled-interceptor
Describe your issue?

Currently all mixed response are handled via a axios.get

Repro steps

Create a redirect rule that redirect an https domain to an http url. Now test the rule on safari

What Requestly tool were you using?
  • Extension
  • Desktop-App
  • Android SDK
  • Selenium
Your Environment

MacOs 15.1.1

Requestly Version

v1.7.7

Error screenshot

No response

Dominant language
TypeScript
Stars
87
Forks
23
Avg merge
14h
Merged PRs (30d)
3

Contributor guide

Open the contributing guide

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.

More from requestly/interceptor

All issues in requestly/interceptor

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.