File upload results in 404 error

2016-09-20 Thread Tarun Kumar Bhadauria
Hello All, I am trying to convert following curl request to JMeter call - curl -X POST --header 'Content-Type: multipart/form-data' --header 'Accept: application/json' --header 'Authorization: Bearer ' -F upload_file=@"test.pdf" 'https://xxx' And this is how JMeter request looks as -

Re: File upload results in 400 error

2016-09-26 Thread Tarun Kumar Bhadauria
ader is case senstive) > > On Tue, Sep 20, 2016 at 1:51 AM, Tarun Kumar Bhadauria < > tarun.kumar.bhadau...@raisin.com> wrote: > > > Hello All, > > > > I am trying to convert following curl request to JMeter call - > > > > curl -X POST --h