Media Type - x-www-form-urlencoded

About

application/x-www-form-urlencoded is a media type.

This type is set in the enctype attribute of a HTML form submission and is found in the body of the resulting HTTP request.

The application/x-www-form-urlencoded format is in many ways an aberrant monstrosity, the result of many years of implementation accidents and compromises leading to a set of requirements necessary for interoperability, but in no way representing good design practices.

The payload is encoded using the URL encoding.

Example

custname=Denise+Lawrence&custtel=555-321-8642&custemail=&size=medium&topping=cheese&topping=mushroom&delivery=19%3A00&comments=

Documentation / Reference





Recommended Pages
Chrome Devtool Xhr Fetch Request
Browser - Web API - Fetch function

API The fetch function is part of the web api function and is a AJAX call. It's one of the possibilities to fetch a resource. XMLHttpRequest (XHR) The fetch function returns a promise as response....
Chrome Devtool Xhr Fetch Request
Browser - XMLHttpRequest (XHR) API

API The XMLHttpRequest is a web api function that performs an resource fetch with an Aysnchronous HTTP request XMLHttpRequestAPIAJAX programmingfetch API The status of an XHR request. Value Constant...
Card Puncher Data Processing
Client Endpoint (Redirection URI | Redirection Endpoint | User Agent Redirection)

URI The client endpoint is an endpoint used by the authorization endpoint to return authorization responses containing authorization credentials to the client via the resource owner user-agent (typically...
HTML - Form element

HTML form is an element that represents a user-submittable form. When parsed as HTML, a form element's start tag will imply a p element's end tag just before. The pizza order form (taken...
HTML Form - 1001 ways to submit a Form and handle the corresponding Event

HTML This page talks and shows all the ways on how to submit a form and handle the submit event in javascript. How a form can be submitted ? HTML One way is to include a input element of type submit...
Card Puncher Data Processing
OAuth - Authorization Endpoint

The authorization endpoint is one of two endpoints of the authorization server. It's used by the client (app) to obtain authorization from the resource owner in the form of a authorization grant via...
Card Puncher Data Processing
OAuth - Token Endpoint

The token endpoint is an authorization endpoint used by the client to obtain an access token by presenting its: authorization grant or refresh token. The token endpoint is used with every authorization...
Card Puncher Data Processing
Php - Form - HTTP Request/Response

Form and HTTP Fetch in php Phpdoes not support multiple form control with the same name. Even if it receive several values for the same name via a valid multipart-form-data, it will pass only the last...
Resource - Media Type (Mime)

Resource - Media Type (Mime) The term Internet media type refers to the type of a resource (in short, it tells the structure) A media type has the following syntax: where type is one of the five...



Share this page:
Follow us:
Task Runner