zio-http
zio-http copied to clipboard
Fixed the auth header missing error to 401 from 400
This PR fixes a bug where missing Authorization headers in declarative endpoint syntax were incorrectly returning HTTP 400 (Bad Request) instead of the RFC-compliant HTTP 401 (Unauthorized) status code.
Closes #3235 /claim #3235
Deploy Preview for zio-http ready!
| Name | Link |
|---|---|
| Latest commit | f31eeb13397ac4d162c4fe08b964cc9065e36168 |
| Latest deploy log | https://app.netlify.com/projects/zio-http/deploys/68b1db78aac7c000088f6fdb |
| Deploy Preview | https://deploy-preview-3614--zio-http.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Hey @jdegoes @987Nabil @kyri-petrou @vigoo , Could you review this PR when you get a chance? If everything looks good, kindly merge it.