{"id":1962,"date":"2019-01-25T13:51:42","date_gmt":"2019-01-25T13:51:42","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=1962"},"modified":"2022-02-17T07:14:01","modified_gmt":"2022-02-17T07:14:01","slug":"post-application-x-www-form-urlencoded","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/html\/raw-html-data-over-the-wire\/post-application-x-www-form-urlencoded","title":{"rendered":"POST-application\/x-www-form-urlencoded"},"content":{"rendered":"\n<p>This is a typical simple HTTP POST request.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Resources<\/h4>\n\n\n\n<p><a href=\"https:\/\/ec.haxx.se\/http-multipart.html\">https:\/\/ec.haxx.se\/http-multipart.html<\/a><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Methods\/POST\">https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Methods\/POST<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example 1<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">Form<\/h5>\n\n\n\n<h5 class=\"wp-block-heading\">html that is sent<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>POST \/ HTTP\/1.1\nHost: somedomain.com\nContent-Type: application\/x-www-form-urlencoded\nContent-Length: 13\n\nsay=Hi&amp;to=Mom<\/code><\/pre>\n\n\n\n<p>POST \/ HTTP\/1.1 is for site root, for a specific file use: POST \/some_directory\/myfile.php HTTP\/1.1<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a typical simple HTTP POST request. Resources https:\/\/ec.haxx.se\/http-multipart.htmlhttps:\/\/developer.mozilla.org\/en-US\/docs\/Web\/HTTP\/Methods\/POST Example 1 Form html that is sent POST \/ HTTP\/1.1 is for site root, for a specific file use: POST \/some_directory\/myfile.php HTTP\/1.1<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158],"tags":[],"class_list":["post-1962","post","type-post","status-publish","format-standard","hentry","category-raw-html-data-over-the-wire"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1962","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=1962"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1962\/revisions"}],"predecessor-version":[{"id":2061,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1962\/revisions\/2061"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=1962"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=1962"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=1962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}