You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adhere content-type request header to CGI standard
Django represents headers according to the common gateway interface(CGI)
standard. This means it's in all caps with words divided with a hyphen
However a lot of libraries follow the pattern of Something-Something
so this ensures the header is set correctly so libraries like oauthlib
can read it
0 commit comments