我需要在网站上标识授权类型,以便在soapui请求中设置此授权。
登录后,在Google Chrome浏览器的“网络”标签中检测到“身份验证” POST方法:https://xx.xx.xx.xx/services/auth?有效负载为{“ login”:“ some_login”,“ password”:“ some_passw”}
当我在SoapUI中将此请求作为POST HTTP请求时:https://xx.xx.xx.xx/services/auth?login=some_login&password=some_passw;有一个包含“ token”的json格式响应:“ eyJ0eXAiOiAiSldUIiwgImFs ...”
我想在此网站上为另一种方法设置权限,因此首先我需要知道在soapui身份验证选项卡中设置的授权类型:
更新:
令牌在HTTP请求类型中不使用,例如,在REST请求:
但是我仍然无法使此令牌正常工作