The process will be like this:
The user will click a button and they will receive an Email. Within the email, there is a link that will send a GET
request to the server. The server will then route to a specific path in Angular like www.myAngularSite/reset
. I have to capture the response headers that comescome with this route.
I know how to capture response headers when the request is sendsent by Angular itself but not sure when itsit's an external request. I have googled a lot about this but none of the solution is applicablesolutions applies to my problem.