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

Requests can be either HTTP or HTTPS #34

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Requests can be either HTTP or HTTPS #34

merged 1 commit into from
Aug 15, 2024

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Aug 15, 2024

Incoming requests can be either HTTP or HTTPs depending on however the implementing runtime chooses to expose that information to the guest. Typically, if the request is originally made over HTTPs then the guest will see Scheme::HTTPS and otherwise, it will see HTTP.

@rylev rylev merged commit 7e5fd4f into main Aug 15, 2024
2 checks passed
@rylev rylev deleted the allow-http-or-https branch August 15, 2024 15:41
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

Successfully merging this pull request may close these issues.

1 participant