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
I have a config file with the input URL, get URL is working fine but POST URL is responding with the 500 error.
This post method containing basic credential and input body with the JSON data.
However, above get URL is working fine but the POST method is failing with the 500 error. When I see in the application side in the log, it's complaining contentType is application/text but required Json. how to pass JSON body with the request type json?
not accepting JSON request
The text was updated successfully, but these errors were encountered: