Add X-Forward-* headers #55
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Today I switch from using ngrok to telebit. I like telebit quite a lot better than ngrok.
I faced one issue which I spent 2 hours debugging. The issue was the the server thougth is was running on http so it would redirect to http://fluffy-sheep.telebit.io instead of https://fluffy-sheep.telebit.io. Ngrok set the X-Forwarded-Proto to https which did the trick for my stack. Now I solved it with a middleware in by ruby rack stack, but I which this could be solved by telebit instead.
I cloned the repo to search the code and found these commentes about headers. I did't research why they are commented out.
f0049c7f06/README.md (L434-L449)