cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS filter and silent post response

I am registering global filter RequireHttpsAttribute() in my MVC application for credit card payment wizard. It is a recurring process and silent post response is enabled & supposed to be received. Please tell that can this filter cause any issue for silent response? as previously this filter was not registered and silent response was coming successfully.

osamarizwan
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Thanks for replying, i found it helpful. Now silent response is receiving (there was some exception in code which prevented method execution).

View solution in original post

4 REPLIES 4

If you regsiter the filter and break it, then yeah, that probably it.

Did you register the silent post URL on the merchant account with HTTPS ?

RaynorC1emen7
Expert

Yes I am registering with https, now I think silent post response shoulld come as previous and filter should not block it, correct me if I am wrong.

osamarizwan
Member

You might have to check the http log, I think when authorize.net post to your url and it is not getting http status 200, it will not post any response.

Thanks for replying, i found it helpful. Now silent response is receiving (there was some exception in code which prevented method execution).