Read POST form in Angular submitted by external websites
I am developing a website with Java for the backend and Angular for frontend. There is a situation when some external websites may send data to my website using POST form. For instance, ▼ General Request URL: https://myangularwebsite/ Request Method: POST ... ▼ Request Headers Content-Type: application/x-www-form-urlencoded Host: myangularwebsite Origin: https://externalwebsite Referer: https://externalwebsite/send.form?id=0 ... ▼ Form data ID: 0000000 TIME: 2017.06.04 11:53:58 SIGNATURE: ...geirgmGKFGJWR... ... Now, I need to capture the form in Angular somehow, send/redirect it to the