Libraries tagged by post request
juanchosl/curlclient
58 Downloads
A small, lightweight utility to perform curl calls using GET, POST, PUT, PACTH, DELETE, HEAD, TRACE, OPTIONS methods...
aszone/fakeheaders
831 Downloads
AsZone Component - Fake Headers
solunsky/dpd-interconnector
876 Downloads
Interconnector is a REST-based Web-Service to integrate information systems of DPD customers, which through POST requests allows using DPD services provided. Interconnector allows to use DPD services by transmitting shipment information, requesting package pickups, printing parcel labels, etc.
amirasaran/yii2-curl
4666 Downloads
Create Rest Request (POST,GET,PUT,DELETE,...)
generationtux/json-middleware
4685 Downloads
A simple laravel/lumen middleware for denying non-json POST and PUT requests.
cdma-numiscorner/ebay-developer-key-management-api
546 Downloads
Due to regulatory requirements applicable to our EU/UK sellers, for certain APIs, developers need to add digital signatures to the respective HTTP call. The Key Management API creates keypairs that are required when creating digital signatures for the following APIs:All methods in the Finances APIissueRefund in the Fulfillment APIGetAccount in the Trading APIThe following methods in the Post-Order API:Issue Inquiry RefundIssue case refundIssue return refundProcess Return RequestApprove Cancellation RequestCreate Cancellation RequestNote: For additional information about keypairs and creating Message Signatures, refer to Digital Signatures for APIs.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
lionel10/zf-http-post-csrf
8 Downloads
Secure your post requests
erykai/request
98 Downloads
receives INPUT_POST requests, php://input and query converts and returns in object
yggdrashill/post-big-extract-query
7 Downloads
Solarium plugin converting GET request into POST, for big extract Solr's query, to avoid ERROR URI limitation HTTP 414 in case there are too many characters on literals parameter.
soruba/php-requester
17 Downloads
PHP class that provides methods to perform http request: GET, POST, PUT, DELETE
maheshwaghmare/wp-remote-requests
5 Downloads
Cache POST and GET requests.
lisennk/request
53 Downloads
Allow to get data both from HTTP requests (e.g. $_POST, $_GET) and CLI without changing code
wedevs/new-post-webhook
83 Downloads
Sends a webhook request when a new post is published
segaja/request
10 Downloads
Easy to use Request class that handles GET and POST data with some sanitization.