I'm developing an application that is communicating with Secure Paging Checkout through the Web Server link that is working perfectly, after making the payment PagSeguro provides the possibility to indicate a page in my application to receive the transaction status.
I'm developing on localhost, and the IIS-generated address is not a valid address for the PayPal Sandbox link
In the Pagseguro documentation, you are asked to use the CORS feature below
Response.AppendHeader ("Access-Control-Allow-Origin", " link ");/ strong>
The question how and where do I enter the code in my application is Response.AppendHeader ?