Open nixpal opened 1 year ago
Declare it in custom request header.
httpReq.setRequestHeader('Access-Control-Allow-Headers', '*'); httpReq.setRequestHeader('Access-Control-Allow-Origin', '*');
how can i create those in yaml?
Declare it in custom request header.
httpReq.setRequestHeader('Access-Control-Allow-Headers', '*'); httpReq.setRequestHeader('Access-Control-Allow-Origin', '*');
how can i create those in yaml?
how do i declare it @Veduanon
I'm trying to create a simple phishlet for OKTA, but I noticed that the origin hostname in the request header is still showing the phishing domain not the original domain. After some troubleshooting with the source code I found that it is actually replaced correctly, but I don't know why the POST request still sending with "ORIGIN" as phishing domain not the original one.