Closed Himanshu44ec06 closed 6 years ago
looks like it should work fine to me. you haven't really given me anything specific about what's not working though. Are you running this in a browser, or on node.js? What do you mean by "NPM request"? What exactly is the error/stack trace you get out of this?
Are you running this in a browser, or on node.js? -- NODE JS What do you mean by "NPM request"? -- REQUEST package
I don't know at a glance why this isn't working. You shouldn't need to specify the content-type header as that should happen automatically, but without you posting some info about what is actually going wrong, it's really hard to diagnose anything.
Hi, I am trying to make "application/x-www-form-urlencoded" Code is below
This is Working fine when using NPM request
Please Help