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
Hello @iBigDane,
Yes, without JSON content, it is a GET instead of a POST (content length of zero and no json content type).
However, a JSON response to the request (GET or POST) will in all cases be expected and translated into a python object.
Doesn't that make sense to you?
Hello @iBigDane, Yes, without JSON content, it is a GET instead of a POST (content length of zero and no json content type). However, a JSON response to the request (GET or POST) will in all cases be expected and translated into a python object. Doesn't that make sense to you?
found by the example above.
If the o parameter of the JSONRequest function is not specified, then the function is GETRequest function.
The text was updated successfully, but these errors were encountered: