【发布时间】:2020-04-16 09:06:54
【问题描述】:
服务器端没有认证,所以认证不应该是问题。
网址格式:PUT https://localhost/api/v1/protections?integrationKey=111&userKey=1111&group=111&category=foo
有效载荷: {"action":"BLOCK"}
这在 Postman 中运行良好。 在 SOAP UI 中,我输入如下: 端点:https://localhost 资源:/api/v1/protections 参数:?integrationKey=111&userKey=1111&group=111&category=foo
在媒体类型中,我选择“应用程序/json” 并输入 {"action": "BLOCK"} 但得到 "Wed Jan 20 16:25:27 PST 2016:DEBUG:Receiving response: HTTP/1.1 403 Forbidden " 有什么建议可以在 SOAP UI 中获取输出。
【问题讨论】: