Avoid "Security error occured, please try again later." POST from another domain without token

  • Thread starter Thread starter account8226
  • Start date Start date
A

account8226

Guest
Hello XenForo,

I am making a donation add-on.

The problem is the following, when the user submit his payement, a POST request is mode to a page of my add-on (automaticly made by the server where the payement is made).

So it's doing :

External site -------P-O-S-T REQUEST--------> My XenForo site.

The problem, since there isn't the visitor token in the POST request the external donation site have done, I got the error : "Security error occured, please try again later.".
 
Maybe there is a way to disable token check ? Or allowing post request without token from a specific url ? Or setting the token with a custom data there would be in the request ?
 
Top Bottom