Header vs Body API #3
-
|
When would a header-based API (RestHeadSpec) be preferable to a body-based one? |
Beta Was this translation helpful? Give feedback.
Answered by
warkanum
Dec 19, 2025
Replies: 1 comment
-
|
Header based API has various issues with proxy server and pose a security risk. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bitechsystems
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Header based API has various issues with proxy server and pose a security risk.
The benefit is simplicity. It kinda makes sense to have meta query data in the header.