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.
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/loginendpoint with POST request and json body.On the other hand, htcap sent a GET request with data in URL to

/userloginendpoint (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.