You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some headers are being overwritten, like X-Forwarded-Proto. The following example should return X-Forwarded-Proto: Test in the response, but instead it returns another value.
right, this is due to Mockbin sitting behind cloudflare ... which over-writes with its own headers ... i'm not happy with the cloudflare caching layer, and actually plan on moving mockbin out ... might do it this weekend.
Some headers are being overwritten, like
X-Forwarded-Proto
. The following example should returnX-Forwarded-Proto: Test
in the response, but instead it returns another value.The text was updated successfully, but these errors were encountered: