Project

General

Profile

Actions

Bug #70475

closed

Submitting a backend modules form (f:form) by GET not possible

Added by Jan Kornblum over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2015-10-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

It doesn't seem to be possible to submit a custom backend modules f:form by GET. This leads to an "Invalid form/module token detected. Access Denied!" error. Submitting the same form by POST instead works fine. As i've spent hours on this without success i think this might be a bug? I'm sorry if not...


Files

formtest_1.0.0_201510081335.zip (4.18 KB) formtest_1.0.0_201510081335.zip Jan Kornblum, 2015-10-08 13:40
Actions #1

Updated by Jan Kornblum over 8 years ago

Attached you can find a simple test extension. After installation you will find a backend module called "Formtest" (inside "web").

Actions #2

Updated by Wouter Wolters over 8 years ago

  • Status changed from New to Rejected

Hi Jan,

I had a look into the issue you have.
If you submit forms with method get, only the arguments in the form are used as query string.
You need to include the moduleToken as hidden field.

There is nothing we can change in the core for that.

For the above mentioned reason I reject the issue.

Actions

Also available in: Atom PDF