Inspectopedia 2025.2 Help

HTTP Client

'$placeholder' in HTTP Request  

Reports a $placeholder inside a request.

Ambiguity Encoding Inspection  

Detects '+' in an encoded query string.

Auth configuration validation  

Reports Auth configuration the following problems in HTTP Client environment files: Missing properties in Auth configuration Auth/Security configuration placed in private environment file.

Duplicate import  

Highlights already defined import.

Inappropriate HTTP Protocol usage  

Reports inappropriate usage of HTTP protocol keyword, e.g.

Incorrect HTTP header  

Reports unknown HTTP headers that do not match any publicly known headers.

Missing request separator in HTML/XML body  

Reports possible requests in injected XML/HTML body where request separator ### is missing.

Missing request separator in JSON body  

Reports possible requests in injected JSON body where request separator ### is missing.

Missing request separator in YAML body  

Reports possible requests in injected YAML body where request separator ### is missing.

Possible request name  

Highlights request name in run block which has no specified import file.

Redundant 'Content-Length'  

Reports an explicitly set Content-Length header.

Unknown HTTP method  

Reports possible custom HTTP methods.

Unresolved Auth identifier  

Highlights references to non-existent Auth configurations.

Unresolved environment variable  

Reports variables undeclared in the current environment HTTP Client.

Variable should be double-quoted  

Reports variables which should be double-quoted in json body.

Whitespace in URL in request  

Highlights spaces inside URL path segments.

Last modified: 29 July 2025