httpbin icon indicating copy to clipboard operation
httpbin copied to clipboard

URL prefix?

Open juandiegopalomino opened this issue 3 years ago • 1 comments

Hey there,

My company has been using httpbin copiously and while we think it's fantastic, one consistent problem we've been having is trying to set httpbin behind a url path prefix (e.g. no httpbin.mydomain.com but mydomain.com/httpbin). We've scoured the documentation and it does not seem like this is possible although a flask app is supposed to be able to support this. Is there any documentation I'm missing, or could it be possible to add support for this feature?

juandiegopalomino avatar Nov 30 '21 18:11 juandiegopalomino

I tried to do it but it seems that either Flask or GUnicorn need to support it first.

trajano avatar Aug 29 '23 00:08 trajano