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

WireHttp broken in 3.0.192 #1506

Closed
csaggo opened this issue Jan 20, 2022 · 2 comments
Closed

WireHttp broken in 3.0.192 #1506

csaggo opened this issue Jan 20, 2022 · 2 comments

Comments

@csaggo
Copy link

csaggo commented Jan 20, 2022

Short description of the issue

WireHttp post Method does not trasmit parameters in latest version

Expected behavior

Post Parameters are not sent.

Actual behavior

Request is sent without parameters.

Steps to reproduce the issue

$response = $http->post("https://www.google.com/recaptcha/api/siteverify", [ "secret" => setting("g-recaptcha")["secret"], "response" => $token, ]);

This is a recaptcha verification. Google replies with "missing-input-secret". Rolling back the ProcessWire version resolved the issue.

Setup/Environment

  • ProcessWire version: 3.0.192
ryancramerdesign added a commit to processwire/processwire that referenced this issue Jan 20, 2022
@ryancramerdesign
Copy link
Member

Thanks @csaggo I've pushed a fix for this issue.

@csaggo
Copy link
Author

csaggo commented Jan 25, 2022

works for me in 3.0.193

@csaggo csaggo closed this as completed Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants