Skip to content

Add ability to make POST requests in addition to GET requests. - #763

Open
clarknelson wants to merge 4 commits into
craftcms:5.xfrom
clarknelson:develop
Open

Add ability to make POST requests in addition to GET requests.#763
clarknelson wants to merge 4 commits into
craftcms:5.xfrom
clarknelson:develop

Conversation

@clarknelson

Copy link
Copy Markdown

Description

I have an endpoint that requires a POST request, and would really like to use Feed Me, so i've modified the plugin to be able to change the HTTP method.

My response was being received with a BOM character due to UTF-8 encoding. I've added a str_replace to remove this problem character if it exists.

@clarknelson

Copy link
Copy Markdown
Author

i'm not quite sure the migration is correct. will it automatically run when the plugin is updated? should I add feedMethod to the Install.php file?

@trade74

trade74 commented Sep 10, 2024

Copy link
Copy Markdown

is this getting added?

@maxstrebel

Copy link
Copy Markdown

I'd also need this to Query Notion Databases. 🙏

@trade74

trade74 commented Jun 4, 2025

Copy link
Copy Markdown

I'd also need this to Query Notion Databases. 🙏

another way to handle this is to use pipedream.com they have a free plan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants