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

fix: post converted to get by proxy #820

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

CodingAleCR
Copy link
Contributor

Fixes #818 , where POST requests get converted to GET requests on certain incoming requests coming from proxy (eg. Botpress)

Test Plan

  • Tested with Botpress to check if the request is received properly.
  • Tested the rest of my project to review that everything was working fine.

Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@kentcdodds kentcdodds merged commit 5e8df6f into epicweb-dev:main Aug 12, 2024
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.

POST requests turn into GET
2 participants