zio-http icon indicating copy to clipboard operation
zio-http copied to clipboard

Fixed the auth header missing error to 401 from 400

Open Skyiesac opened this issue 4 months ago • 3 comments

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

Skyiesac avatar Aug 10 '25 12:08 Skyiesac

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 10 '25 12:08 CLAassistant

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Aug 10 '25 12:08 netlify[bot]

Hey @jdegoes @987Nabil @kyri-petrou @vigoo , Could you review this PR when you get a chance? If everything looks good, kindly merge it.

Skyiesac avatar Aug 29 '25 16:08 Skyiesac