Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP keyword missing in Inspect #327

Open
Grueslayer opened this issue Dec 18, 2024 · 0 comments · May be fixed by #328
Open

HTTP keyword missing in Inspect #327

Grueslayer opened this issue Dec 18, 2024 · 0 comments · May be fixed by #328

Comments

@Grueslayer
Copy link
Contributor

If you've defined the HTTP version in the request line (which has to be done with HTTP/xxx separated with space at the end of the URL)

e.g.

GET https://httpbin.org/get?param1=1.0&param1=1.1&param2=2 HTTP/1.1

it is displayed as

GET https://httpbin.org/get?param1=1.0&param1=1.1&param2=2 1.1

in the Inspect output.

@Grueslayer Grueslayer linked a pull request Dec 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant