have api link with paramars ,i want to show the response in label only... when i tried in the browser it works , and when i tried with postman it works but in the label it <!DOCTYPE .....(note the response code is 200 )**strong text ....can any one help me what isthe error here to show only the data from the api
Send the raw responseContent into a Label.Text so we can read the error message.
Do you need to POST or GET - you need to do only one of these. If GET then just remove the unneeded POST block. If POST, remove the GET block and move all your parameters to the POST block text. You do not need an &
for the first parameter in the POSTText block.
thank you it solved