xless
xless copied to clipboard
HTTP Support
Would it be possible to create a version of this that supports logging on both HTTP and HTTPS? Currently, an HTTP request is responded to with a 308 redirect to HTTPS. Some clients only support HTTP and don't support redirects so it would be ideal for SSRF testing if we could have both.
Thanks, Justin
Hi Justin,
I totally agree. Zeit currently redirects HTTP requests to HTTPS. There is no room of configuration in this part. I'm planning to explore more options soon. One goal is to support every Serverless platform available in the same systematic approach. This can aid in specific issues like supporting running the app in HTTP in addition to HTTPS.
Another option should be to host the application locally, where this allows much better customization.
Thanks for raising this issue!
Best regards, Mazin
Great - looking forward to seeing what you come up with.