Skip to main content
1-Visitor
January 25, 2018
Question

I am trying to make a REST api call from node.js service, even though the content type i provide is jSON, i am getting the response in an HTML format i.e. it gives entire html page of the composer as a response ,can you help me to get a json response

  • January 25, 2018
  • 4 replies
  • 3811 views

I am trying to make a REST api call from node.js service, even though the content type i provide is jSON, i am getting the response in an HTML format i.e. it gives entire html page of the composer as a response ,can you help me to get a json response.  i have attached a screen shot of the response im getting.

4 replies

5-Regular Member
January 25, 2018

can you show how your Headers look like in POSTMAN ? from the looks of it your Accept parameter may be incorrect...

rm-51-VisitorAuthor
1-Visitor
January 29, 2018

Yes i have attached the screenshot of the headers used in POSTMANScreen Shot 2018-01-29 at 12.24.33 PM.png

5-Regular Member
January 29, 2018

add 'Accept' header with value as application/json and you should get the json format back... thanks