You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Htcap is not submitting forms correctly while crawling SPAs.
For example, when I crawled the website https://brokencrystals.com with htcap, it didn't send the requests properly while crawling.
The actual login request looks like below, where the form is submitted to /api/auth/login endpoint with POST request and json body.
On the other hand, htcap sent a GET request with data in URL to /userlogin endpoint (which is a frontend page that does not handle any backend operations)
I have seen this same behavior multiple times while crawling other SPAs also.
The text was updated successfully, but these errors were encountered:
Hello,
Htcap is not submitting forms correctly while crawling SPAs.
For example, when I crawled the website https://brokencrystals.com with htcap, it didn't send the requests properly while crawling.
The actual login request looks like below, where the form is submitted to
/api/auth/login
endpoint with POST request and json body.On the other hand, htcap sent a GET request with data in URL to
/userlogin
endpoint (which is a frontend page that does not handle any backend operations)I have seen this same behavior multiple times while crawling other SPAs also.
The text was updated successfully, but these errors were encountered: