Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.08k stars 423 forks source link

👾 not working for me - details in description #1261

Open sameerr25 opened 2 months ago

sameerr25 commented 2 months ago

Steps to Reproduce:

  1. create http file with
    GET https://www.nytimes.com
  2. click send request, nothing happens and it timesout after some time.

https://marketplace.visualstudio.com/items?itemName=anweber.vscode-httpyac yac seems to work fine though.

Huachao commented 1 month ago

@sameerr25 I can't reproduce

galaxy8691 commented 4 weeks ago

same problem here no reeponse at all

sameerr25 commented 3 weeks ago

@Huachao - still no luck,

I am using vscode inside docker container but the same issue present on regular install as well.

VSCode Version: 1.90.0 Commit: 89de5a8d4d6205e5b11647eb6a74844ca23d2573 Date: 2024-06-04T19:34:44.157Z Electron: 29.4.0 ElectronBuildId: 9593362 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Darwin x64 23.5.0

Extension version: v0.25.1

My vscode settings:

Screenshot 2024-06-06 at 4 00 04 PM

Request failing demo: https://github.com/Huachao/vscode-restclient/assets/819942/5c18997a-2677-4a7a-9db2-81f9d224ba97

Timeout error after 60 secs which is fine:

Screenshot 2024-06-06 at 3 56 50 PM

The demo is a small screencast recording of the issue. Please see if you know what could this be? It's really frustrating.

sameerr25 commented 2 weeks ago

I don't know if its something to do with https:

### works ✅
GET http://example.com/

### doesn't work ❌
GET https://example.com/