-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add REST API to the httpjson plugin #394
Comments
@panda87 could you be more specific? What features would you like to see? |
Today, the plugin is good only for simple GET \ POST. So POST requests to REST API are not working as expected. |
Not sure I can see the use case here. With a REST webservice, GET requests should fetch data and POST requests should (generally) send data to / modify data on the remote server. This is an input plugin so we want to fetch data. Where's the need to support POST? |
I agree with this feature request. I think this is a good idea to be able to fetch data also via a POST. |
Thanks @gabelev |
Hi
I found the httpjson plugin as a very good idea, but today as many of the API's are REST based, this will be very useful to add REST capabilities to this plugin.
Thanks
D.
The text was updated successfully, but these errors were encountered: