HTTP notifications failed in ASP.NET

Assume you specified some notification URL in your AddMedia API request:

<notify>http://your.server.com/Notify.aspx</notify>

But you see nothing happens. Most often the problem is that your ASP.NET server drops notification HTTP request because it considers the request is ‘dangerous’. To fix this you should set validaterequest = false for this page.

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 2.00 out of 5)
Loading...

edchelp