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
FYI I tried out a curl that included -H 'content-type: application/json' and data sent as --data-binary '{..., and this script spit out $headers[] = "Content-Type: application/x-www-form-urlencoded";, when it should have been $headers[] = "Content-Type: application/json";.
Otherwise, worked great!
The text was updated successfully, but these errors were encountered:
FYI I tried out a curl that included
-H 'content-type: application/json'
and data sent as--data-binary '{...
, and this script spit out$headers[] = "Content-Type: application/x-www-form-urlencoded";
, when it should have been$headers[] = "Content-Type: application/json";
.Otherwise, worked great!
The text was updated successfully, but these errors were encountered: