Open iBigDane opened 1 year ago
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?
Thanks, I see
found by the example above. If the o parameter of the JSONRequest function is not specified, then the function is GETRequest function.