Are Outgoing HTTP Connections Allowed?

Discussion in 'ASP.NET / ASP.NET Core' started by cscordo, Aug 30, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I use the Instant Payment Notification (IPN) feature to get alerted by PayPal when a new transaction has processed.

    What happens is:

    * User purchases something on my site using a PayPal form
    * PayPal sends IPN to a URL of my site
    * My site creates an outgoing HTTP POST to PayPal with some information
    * My site activates the user

    I've heard that providers such as GoDaddy provide a proxy for these types of tasks.
    Is that required with dASP, or can I just make the outgoing request from my site without any type of proxy?

    Thanks!
    Chris
     
  2. Thanks Bruce-

    For anyone else who may run in to this, I can confirm that IPN requests behave as expected and can be validated/verified from dASP hosted sites.

    cs
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    Yes. You should be able to connect to a remote server through HTTP from your site. You do not need to go through a proxy.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page