Top "Http-post-vars" questions

The name/value pairs found in the body of an HTTP POST request.

Why is it that "No HTTP resource was found that matches the request URI" here?

I have code in my controller like so: [Route("api/deliveryitems/InsertIntoPPTData/{stringifiedRecord}")] ...and I'm calling it via Postman like …

c# controller postman request-uri http-post-vars
POST multipart/form-data with Objective-C

So this HTML code submits the data in the correct format for me. <form action="https://www.example.com/…

objective-c http-post multipartform-data http-post-vars
How to modify a request in Fiddler?

I'm looking for a simple way to intercept a web request and modify the contents of the request (mainly POSTs) …

post http-post fiddler http-post-vars
How to pass parameters from command line to $_POST in php-script?

I know this could sound a little weird but I need to pass some parameters to a $_POST array. Similar …

post command-line-interface php http-post-vars
Laravel - Request::server('HTTP_HOST') returns 'localhost' from within a helper class

I want to get the current domain, using Request::server('HTTP_HOST') - however when I call this from within …

session laravel-4 http-post-vars
keeping radio button value after post

HI i'm using a php page and i need to keep the value of and check box and radio button (…

php checkbox radio-button http-post-vars
How to retrieve HttpPost parameters in c#

So I know that this works: [HttpPost] public string functionthatiuse() { string id = "";//does nothing return relevantinfo; } Then I use this …

c# http http-post http-post-vars
Get POST Data from HttpExchange

This seems like such a common use case that there ought to be a simple solution, yet everywhere I look …

java http httpserver http-post-vars