Closed (fixed)
Project:
Migrate Plus
Version:
6.0.x-dev
Component:
Plugins
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2023 at 20:15 UTC
Updated:
25 Sep 2024 at 10:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
swilmes commentedComment #5
deimos commented@swilmes Thanks for requesting this feature. I've just faced the same case when I need to request endpoint with POST method. Your approach looks good, I just reformat it a little bit (fork and MR is created).
Needs review and testing.
Comment #6
deimos commentedComment #7
deimos commentedComment #8
deimos commentedComment #9
deimos commentedSet request method with more compact way.
Comment #10
juhaniemi commentedThanks for the patch and elegant solution! I tested it, and it works like a charm.
Comment #13
heddnThanks for your contributions.
Comment #15
merilainen commentedOften POST requests require a body in the request. Is it possible now or should I create a ticket for that request?Apparently it's possible configuring the request_options which are passed to Guzzle.
Here is an example of making a POST request to Alfresco API search endpoint: