Re: File upload results in 404 error

2016-09-23 Thread Deepak Shetty
run curl with -v and compare (visually , not sure if the Authorization header 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

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 -