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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: