alexandrehtrb / Pororoca

An HTTP inspection tool with support for HTTP/2 and HTTP/3. Alternative to Postman.

Home Page:https://pororoca.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check for missing variables that are specified in headers, body or auth

alexandrehtrb opened this issue · comments

Based on Postman issue:

postmanlabs/postman-app-support#285

If a request header or body, or auth parameter, uses a variable template and there are no effective variables that can supply the value, a validation error should appear.

This behaviour should be optional, because sometimes the variable template should be as is.