Page MenuHomePhorge

Use Guzzle instead of HTTP_Request2
ClosedPublic

Authored by mollekopf on Dec 8 2023, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 30, 5:38 AM
Unknown Object (File)
Sat, Jun 29, 9:38 PM
Unknown Object (File)
Thu, Jun 27, 4:23 AM
Unknown Object (File)
Jun 18 2024, 1:03 PM
Unknown Object (File)
Jun 15 2024, 10:11 PM
Unknown Object (File)
Jun 13 2024, 5:07 AM
Unknown Object (File)
Jun 12 2024, 3:16 PM
Unknown Object (File)
Jun 11 2024, 1:43 PM
Subscribers
None

Details

Summary

With HTTP_Request2 we started running into issues with Content-Length + Content-Type being set,
which is no longer accepted by nginx. Guzzle seems more future proof.

Diff Detail

Repository
rC chwala
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.

I know, incomplete, but it seems to get the job done for plesk.

This revision is now accepted and ready to land.Dec 10 2023, 6:58 PM
This revision was automatically updated to reflect the committed changes.