This exception can occur when you try to execute https request from client on endpoint which isn’t https enabled. Client will encrypt request data when server is expecting raw data.
Change https:// to http:// in your client url.
This exception can occur when you try to execute https request from client on endpoint which isn’t https enabled. Client will encrypt request data when server is expecting raw data.
Change https:// to http:// in your client url.