brefphp / bref

Serverless PHP on AWS Lambda
https://bref.sh
MIT License
3.15k stars 365 forks source link

Fixed incorrect query string encoding #1488

Closed GrahamCampbell closed 1 year ago

GrahamCampbell commented 1 year ago

The default parameters to http_build_query build a string suitable for a request body, not a URI query string.

GrahamCampbell commented 1 year ago

The tests are wrong, also. I will fix them shortly.

GrahamCampbell commented 1 year ago

:shipit: