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
Because you need a blank line between Content-type and Body (in POST request), if I put a comment instead of this blank line, the request will be not send.
If I put comment into the JSON body, my server will get that comment as a JSON form and a malformed JSON occur.
Right side is my server log.
Proposition : Replace the comment with a blank line. BUT in a JSON form, blank line will generate a malformed JSON.
The text was updated successfully, but these errors were encountered:
Comments are integrated in the request.
Right side is my server log.
Proposition : Replace the comment with a blank line. BUT in a JSON form, blank line will generate a malformed JSON.
The text was updated successfully, but these errors were encountered: