
09-13-2010, 02:24 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by ct2k7
Just wandering, could I make the form public, then post information to it, from a script so:
Post data from a form on the main site, to the form on the forum (which is protected by vB permissions from guests).
Basically, can I interface with the forum without the user having to visit the form on the forum, or will I have CSRF issues?
|
It would not bypass the permissions of the form on the forum. So non-registered users would receive a no permission message on submitting the form.
|