The following URL for example hosted on aws cloudfront causes problems because of the "#!"
sqlmap -u 'https://app.domain.com/#!/deal/introduction?projectId=9989 -p projectId
It gives the error "all testable parameters you provided are not present within the request data.
If the #! is removed or if I attempt to change it to URL encoding it fails, (It fails in a browser as well), aws cloudfront drops a 404 error about an invalid key.
The following URL for example hosted on aws cloudfront causes problems because of the "#!"
sqlmap -u 'https://app.domain.com/#!/deal/introduction?projectId=9989 -p projectId
It gives the error "all testable parameters you provided are not present within the request data.
If the #! is removed or if I attempt to change it to URL encoding it fails, (It fails in a browser as well), aws cloudfront drops a 404 error about an invalid key.