HTTP Client
- '$placeholder' in HTTP Request
Reports a $placeholder inside a request.
- 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.
- 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.
- 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.
- Whitespace in URL in request
Highlights spaces inside URL path segments.