The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CSRF Protection and "The file(s) uploaded were too large to process."
I have a plugin that uses a webservice hosted on my vBulletin site. The client posts XML in the request. My script reads the entire POST request and parses it as XML. For example:
PHP Code:
PHP Code:
I imagine if I implement a "do" action and pass the XML as a POST variable, this will take care of it. However, that seems like a silly solution and I'm wondering if there is a better way to do this. Thanks! |
#2
|
|||
|
|||
Something new about that?
I get this message with a normal <input>-field via POST-Request... event with the securitytoken-field it won't work. |
#3
|
|||
|
|||
Bump?
I managed to get this to work by doing $_POST["foo"] = ""; at the start of my script. Still though, seems awkward to do this. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|