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

use Form instead of Query to also support application/x-www-form-urlencoded for the app provider http endpoint #3098

Merged
merged 1 commit into from
Jul 25, 2022
Merged

Conversation

wkloucek
Copy link
Contributor

@wkloucek wkloucek commented Jul 22, 2022

Enhancement: app provider http endpoint uses Form instead of Query

We've improved the http endpoint now uses the Form instead of Query
to also support application/x-www-form-urlencoded parameters on
the app provider http endpoint.

The support for query parameter stays the same. See https://pkg.go.dev/net/http#Request.ParseForm. https://pkg.go.dev/net/url#URL.Query only parses the parameters from the URL

@update-docs
Copy link

update-docs bot commented Jul 22, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@wkloucek wkloucek requested a review from a team as a code owner July 22, 2022 15:23
@wkloucek wkloucek requested review from butonic, kobergj, rhafer and dragonchaser and removed request for a team, labkode, glpatcern and ishank011 July 22, 2022 15:24
Copy link
Member

@glpatcern glpatcern left a comment

Choose a reason for hiding this comment

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

Nice! Could you please push this to master as well?

@wkloucek
Copy link
Contributor Author

Nice! Could you please push this to master as well?

Done in #3101

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.

2 participants