Inspectopedia 2024.3 Help

HTTP Client

'$placeholder' in HTTP Request   New in this release

Reports a $placeholder inside a request.

Auth configuration validation   New in this release

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   New in this release

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

Incorrect HTTP header   New in this release

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

Missing request separator in HTML/XML body   New in this release

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

Missing request separator in JSON body   New in this release

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

Missing request separator in YAML body   New in this release

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

Possible request name   New in this release

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

Redundant 'Content-Length'   New in this release

Reports an explicitly set Content-Length header.

Unknown HTTP method   New in this release

Reports possible custom HTTP methods.

Unresolved Auth identifier   New in this release

Highlights references to non-existent Auth configurations.

Unresolved environment variable   New in this release

Reports variables undeclared in the current environment HTTP Client.

Variable should be double-quoted   New in this release

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

Whitespace in URL in request   New in this release

Highlights spaces inside URL path segments.

Last modified: 03 December 2024