{{operationName | uppercase}} {{generateUrl()}} {{httpProtocol}}
{{headerName}}: {{headerValue}}
{{getRequestBody()}}
File

⚠️ This is a cross-origin call. Make sure the server at {{specs.host}} accepts {{operationName | uppercase}} requests from {{locationHost}}. Learn more

Response

{{textStatus | uppercase}} {{error}}
Headers
Body
Plain text:
{{responseData}}
{{prettyPrint(xhr.responseText)}}
{{httpProtocol}} {{xhr.statusCode}} {{statusText}}
{{xhr.getAllResponseHeaders()}}
{{xhr.responseText}}