My app was working good and fetching data from api
Suddenly the response became html ..but in post man it works good
The blocks attached its a simple app who fetch the response in json type...i already add to the blochks set headers to json but it doesn't resoond
why you call postText and Get in same Click? Use one only in one click.
Taifun
4
Show your working postman code
In your blocks you forgot to set the request header accordingly
and generally use Post OR Get, but never both at the same time
Taifun