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
For device request() and fetch() calls that include a JSON body in the request, it would be better to explicitly add a Content-Type of 'application/json' to the headers so that client libraries can automatically validate the request for properly formed JSON. Otherwise browsers such as Chrome or Edge send the request as text/plain.
The text was updated successfully, but these errors were encountered:
For device request() and fetch() calls that include a JSON body in the request, it would be better to explicitly add a Content-Type of 'application/json' to the headers so that client libraries can automatically validate the request for properly formed JSON. Otherwise browsers such as Chrome or Edge send the request as text/plain.
The text was updated successfully, but these errors were encountered: