-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels