Magento2 400 Bad Request for Get Product with Apache JMeter
I am trying to load test the checkout process for the Magento 2 API using JMeter. We are expecting 1000 concurrent users. The following curl command works fine: curl -g -X GET "https:/oursite.com/rest/V1/products/25006A/" -H "Authorization: Bearer tm2yd2908exmy0ntoq9esvr5gqoh7upp" However when I…