如何识别授权类型?

时间:2018-11-21 14:21:42

标签: request soapui

我需要在网站上标识授权类型,以便在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身份验证选项卡中设置的授权类型:

Auth Tab

Auth types

更新:

令牌在HTTP请求类型中不使用,例如,在REST请求:

enter image description here

但是我仍然无法使此令牌正常工作

1 个答案:

答案 0 :(得分:0)

似乎我在寻找错误的授权类型。以上所有都是关于服务器授权。但是我需要完成网络应用授权。

因此,仅在SoapUI的Header params中使用令牌即可达到目的:

enter image description here