Why does DIGIT supports only POST requests? #367
Closed
atulgupta2024
started this conversation in
Tech
Replies: 1 comment
-
@atulgupta2024 here is a document that was shared by some of the earliest architects of DIGIT that explains the reasoning. Largely, it was to stay protocol independent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working on PUCAR, I had designed a few GET APIS, only to realize that the authentication token is being passed in the body of the post and not the header. Passing authorization tokes in request header is a standard technique.
Any reason why we don't support that and rather pass the tokens in the request body?
Beta Was this translation helpful? Give feedback.
All reactions