0

I an getting the error while running the script for the default magento checkout. The rest of the script is working properly but on checkout getting 403 error. I am not getting why it is happening. So anyone can help me.

Kate Paulk
31.5k8 gold badges56 silver badges109 bronze badges
asked Dec 29, 2015 at 11:21
1
  • 2
    Please add the error details and the script you're using. Without this no one would be able to check or tell why the error is creeping up. Commented Dec 29, 2015 at 11:28

1 Answer 1

1

HTTP Response code 403 stands for Forbidden, the most likely your login attempt did not succeeded or application expects some parameter.

Add View Results Tree listener and inspect requests and responses to detect if they match your expectations.

For successful logging into a Magento application you need the following:

For instance, "good" CSS/JQuery Extractor configuration to get form_key value will look like:

Magento form_key

Refer extracted value as ${FORM_KEY} where required.

answered Dec 30, 2015 at 15:17

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.