api - PUT/POST request in SOAPUI giving 403 forbidden, while same request working fine in rest client Postman -
there no authentication on server side authentication should not issue.
url format: put https://localhost/api/v1/protections?integrationkey=111&userkey=1111&group=111&category=foo
payload: {"action":"block"}
this working fine in postman. in soap ui , giving input under: endpoint: https://localhost resource: /api/v1/protections parameters:?integrationkey=111&userkey=1111&group=111&category=foo
in media type, selecting "application/json" , entering {"action": "block"} getting "wed jan 20 16:25:27 pst 2016:debug:receiving response: http/1.1 403 forbidden " there suggestion output in soap ui.
depending on server rest exposed service generates http 403, should verify server , find fastest response. try making request browser see if can answer correctly because problem lock machine server.
Comments
Post a Comment