node.js - Make http request like php form does using nodejs

Solution:

I solved problem by using method submit provided by form-data npm package instead of using got library

Answer

Solution:

I know you have finished the job, but there is a way to debug. You can use firefox for debugging request. debug

Source