We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
REST Client Version: 0.25.1
VSCode Version: 1.93.1 Electron: 30.4.0 Chromium: 124.0.6367.243 Node.js: 20.15.1 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22631 (windows 11)
It fails when using this format :
POST /codification/api/v1/engine/coding HTTP/1.1 Host: portal.dev.priorx.ca Content-Type: application/json Authorization: Bearer __token__ Content-Length: 487 { payload }
But succeed using this :
POST https://portal.dev.priorx.ca/codification/api/v1/engine/coding HTTP/1.1 Content-Type: application/json Authorization: Bearer __token__ Content-Length: 487
OR curl
curl --location 'https://portal.dev.priorx.ca/codification/api/v1/engine/coding' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer __token__' \ --data '{ ... }'
Is it due to https?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
REST Client
Version: 0.25.1
VSCode
Version: 1.93.1
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631 (windows 11)
It fails when using this format :
But succeed using this :
OR curl
Is it due to https?
The text was updated successfully, but these errors were encountered: