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)
Wed, Sep 25, 11:33 PM
Unknown Object (File)
Sep 5 2024, 3:33 PM
Unknown Object (File)
Sep 3 2024, 9:50 PM
Unknown Object (File)
Aug 20 2024, 4:48 AM
Unknown Object (File)
Aug 10 2024, 7:19 PM
Unknown Object (File)
Aug 4 2024, 6:45 PM
Unknown Object (File)
Jun 30 2024, 5:38 AM
Unknown Object (File)
Jun 29 2024, 9:38 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.