My URL returns Json in Browser But not works in Postman

后端 未结 1 1904
灰色年华
灰色年华 2021-01-25 09:56

I have a test URL which returns a Json Result as following

{\"result\":[{\"Users\":{\"id\":\"1\",\"user_name\":\"raj\",\"user_password\":\"rajesh123\"}},{\"Users         


        
相关标签:
1条回答
  • 2021-01-25 10:14

    Finally, I found that the problem is from Server Side.I have used the free hosting called Infinity Free in that they won't allow scraping. Now I am migrated to 000WebHost

    0 讨论(0)
提交回复
热议问题