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

Add proper content-type headers "application/x-www-form-urlencoded" to hub updates #21

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

janvitos
Copy link
Contributor

Add proper content-type headers "application/x-www-form-urlencoded" when sending updates to hubs, as shown in Google's documentation (https://pubsubhubbub.appspot.com/).

Add proper content-type headers "application/x-www-form-urlencoded" when sending updates to hubs, as shown in Google's documentation (https://pubsubhubbub.appspot.com/).
@janvitos janvitos changed the title Update class-pubsubhubbub-publisher.php Add proper content-type headers "application/x-www-form-urlencoded" to hub updates Jul 27, 2023
Added UTF-8 charset to the code.
UTF-8 not needed because it's a URL and special characters are not permitted.
Copy link
Member

@pfefferle pfefferle left a comment

Choose a reason for hiding this comment

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

thanks @janvitos

@pfefferle pfefferle merged commit 6800928 into pubsubhubbub:master Jul 31, 2023
1 check passed
@janvitos janvitos deleted the patch-1 branch July 31, 2023 19:52
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.

None yet

2 participants