- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
RSA WTD Increase search limit
Hi folks, how are you?
I'd like to ask if in new versions of WTD, like 6.2 or 6.3, for instance, is it possible to increase the limit of 20000 in the search, if there's some setting in some place to make it easy to do that. I found a document here in community https://community.rsa.com/docs/DOC-45861 but it's related to 4.6 version and when I try to follow the document, I'm able to perform the login through the API, but when I try to use the cookie to make the search I'm receiving:
{ "autherr":
{"message":"Insufficient Credentials",
"display":"Login required."
}
and I'm not being able to accomplish the search, any help it would be very appreciated.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
That document was created before Cross-site request forgery (csrf) was implemented in version 5.1 or something.
From memory there is a HTTP header call X-Csrf-Token that you need to read and present in all interactions. It changes after each request, so you always need to read the value and present it for the next call.
