Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Support #6

Open
Rhynorater opened this issue Dec 3, 2019 · 2 comments
Open

HTTP Support #6

Rhynorater opened this issue Dec 3, 2019 · 2 comments

Comments

@Rhynorater
Copy link

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

@mazen160
Copy link
Owner

mazen160 commented Dec 6, 2019

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

@Rhynorater
Copy link
Author

Great - looking forward to seeing what you come up with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants