jeremys/Simple-Rest-Client-Chrome-Extension

Getting content type from Postman

ranjithnaidu opened this issue · 0 comments

I know that postman sets the content-type automatically for the form-data.

I'm trying to do the same request on the android app and getting 400 Bad gateway. Is there a way to get the Content-type from the form-data headers using postman so that the same can be used in my app.