jpillora / jpillora/chisel

Flask redirect issues when behind Chisel proxy

Open
#119 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
16.6k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

I am having this same issue just with Flask behind chisel:
https://github.com/omab/django-social-auth/issues/157
Is there a way to configure the chisel proxy like in nginx, something like this:

location / {
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header Host $http_host;
        proxy_pass http://127.0.0.1:1234;
 }

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

The issue names no repository files, tests, or entry points. Start by reproducing Flask behind Chisel and compare the forwarded headers with the linked Django issue and the nginx example; done means identifying whether Chisel can provide the required headers or documenting the needed configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
flask, nginx, python
Domain
backend, networking
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.