1. Prepare
Use representative, complete evidence and include the context needed to distinguish a real issue from an expected variation.
Parse raw HTTP requests and supported cURL commands locally without sending them.
Practical usage guide
Parse raw HTTP requests and supported cURL commands locally to inspect methods, URLs, query parameters, headers, authentication types and bodies without sending requests.
Use representative, complete evidence and include the context needed to distinguish a real issue from an expected variation.
Prioritize concrete findings, corroborate them against the source and rerun the analysis after correcting the input.
Validate the result against the interface contract and target CPI runtime before transporting or sharing it.
Review the method, URL, ordered query segments, headers, authentication type and body of a raw HTTP request or supported cURL command before API, CPI, OData or SOAP troubleshooting.
Paste a raw request or a cURL command using method, URL, header, user or data flags; review warnings and masked values, then compare the parsed structure with the intended request flow.
The analyzer does not send the request or validate a response, endpoint availability or runtime behavior. Processing stays in your browser; remove passwords, tokens, API keys, cookies and personal data, and test only in an authorized environment.