httpbin
httpbin copied to clipboard
URL prefix?
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?
I tried to do it but it seems that either Flask or GUnicorn need to support it first.