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

api call results in Error: Unsupported protocol #7595

Open
1 task done
ajfoijsdoiafdgjoasld opened this issue Jun 26, 2024 · 0 comments
Open
1 task done

api call results in Error: Unsupported protocol #7595

ajfoijsdoiafdgjoasld opened this issue Jun 26, 2024 · 0 comments
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@ajfoijsdoiafdgjoasld
Copy link

ajfoijsdoiafdgjoasld commented Jun 26, 2024

Expected Behavior

When I send a GET request to http://localhost:9003, I get a 200 response. This was working last Friday.

Actual Behavior

image

I get an error: Error: Unsupported protocol
In the Timeline tab, I see:

* Preparing request to http://localhost:9003/
* Current time is 2024-06-26T17:43:23.034Z
* Enable automatic URL encoding
* Using HTTP 1.1
* Enable timeout of 99999999900ms
* Enable SSL validation
* Hostname localhost was found in DNS cache
*   Trying 127.0.0.1:9003...
* Connected to localhost (127.0.0.1) port 9003 (#6)

> GET / HTTP/1.1
> Host: localhost:9003
> User-Agent: insomnia/9.2.0
> Accept: */*

* Received HTTP/0.9 when not allowed
* Closing connection 6

Reproduction Steps

I'm currently running opencost apis through port-forwarding.

  1. run kubectl port-forward svc/opencost 9003
  2. open insomnia and run http://localhost:9003 as a GET method
  3. response is an error

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

Version: Insomnia 9.2.0

What operating system are you using?

macOS

Operating System Version

macOS Sonoma 14.5 (23F79)

Installation method

download from insomnia.rest

Last Known Working Insomnia version

No response

@ajfoijsdoiafdgjoasld ajfoijsdoiafdgjoasld added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Jun 26, 2024
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
Projects
None yet
Development

No branches or pull requests

1 participant