其他分享
首页 > 其他分享> > 使用jMeter的regular expression extract提取SSO form的XSRF protection token

使用jMeter的regular expression extract提取SSO form的XSRF protection token

作者:互联网

在基于SAML的Authentication流程里,IDP返回给客户端的html form里包含了很多用于认证的信息,比如XSRF Token。

一个例子可以如下图所示:

我现在想把这个字段提取在jMeter里提取出来。

做法

使用jMeter里的Regular Expression extractor:

name=“xsrfProtection” (type=“hidden” )?value="’["’]

测试结果,可以按照我期望的工作,token被成功提取出来。

[外链图片转存失败(img-f90juA5J-1566696008834)(https://upload-images.jianshu.io/upload_images/2085791-dcc88e58a67cac8c.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)]要获取更多Jerry的原创文章,请关注公众号"汪子熙":

标签:提取,form,XSRF,upload,protection,images,jMeter,expression
来源: https://blog.csdn.net/i042416/article/details/100060002