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

Error: Unsupported protocol #7422

Closed
1 task done
MansonHui opened this issue May 16, 2024 · 1 comment
Closed
1 task done

Error: Unsupported protocol #7422

MansonHui opened this issue May 16, 2024 · 1 comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer user-issue

Comments

@MansonHui
Copy link

MansonHui commented May 16, 2024

Expected Behavior

expect to have a feed back from the localhost server

Actual Behavior

while using the node.js and express using the get method fail to get the data through insomnia, it is fine to use the web browser and postman .

Reproduction Steps

Screenshot 2024-05-16 121640

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

v8.6.1 (tried for the latest version but can't work)

What operating system are you using?

Windows

Operating System Version

Edition Windows 11 Home Version 23H2 Installed on ‎9/‎13/‎2023 OS build 22631.3593 Experience Windows Feature Experience Pack 1000.22700.1003.0

Installation method

download from insomnia.rest

Last Known Working Insomnia version

No response

Tasks

No tasks being tracked yet.
@MansonHui MansonHui added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels May 16, 2024
@MansonHui
Copy link
Author

cmdlet Invoke-WebRequest at command pipeline position 1
Supply values for the following parameters:
Uri: http://localhost:8080/

StatusCode : 200
StatusDescription : OK
Content : {72, 101, 108, 108...}
RawContent : HTTP/1.1 200 OK
Connection: keep-alive
Keep-Alive: timeout=5
Content-Length: 11
Date: Thu, 16 May 2024 06:14:24 GMT
X-Powered-By: Express

                Hello World

Headers : {[Connection, keep-alive], [Keep-Alive, timeout=5],
[Content-Length, 11], [Date, Thu, 16 May 2024 06:14:24
GMT]...}
RawContentLength : 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer user-issue
Projects
None yet
Development

No branches or pull requests

2 participants