This repository was archived by the owner on Apr 29, 2019. It is now read-only.
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
Incorrect Request URL with Form Key on the product import. #58
Closed
Description
From @radio on June 22, 2016 8:57
Steps to reproduce
- Install Magento from
develop
branch. - Go to Admin Panel
- Go to System -> Import.
- Select "Products" in Entity Type field.
- Set: Import Behavior: "Add/Update", select valid file to import.
- Click "Check Data", wait for validation to complete.
- Click "Import".
Expected result
- The request is sent to http://obo-demo.testing.cgi-labs.de/admin/admin/import/start/key/[some-key]/?form_key=[form-key] OR
- The request URL doesn't contain form key as form key is present in the POST payload.
Actual result
- Request URL is: http://obo-demo.testing.cgi-labs.de/admin/admin/import/start/key/[some_key]/&form_key=[form-key] (note the "&" instead of "?"). Form key is also in the payload.
Copied from original issue: magento/magento2#5154
Metadata
Metadata
Assignees
Labels
No labels