def remove_option_token(self, string, apikey=''):
"""
Removes the anti-CSRF token with the given name
"""
return six.next(six.itervalues(self.zap._request(self.zap.base + 'acsrf/action/removeOptionToken/', {'String': string, 'apikey': apikey})))
评论列表
文章目录