Resolved! What does "setRequestProperty("Accept", "application/json")" mean?
What does the following mean, which is code for calling ServiceNow's REST API?Why is it necessary?What is the difference between them? " setRequestProperty("Accept", "application/json"); "" setRequestProperty("Content-Type", "application/json"); ...