I have an api from another one of our our applications on our server. I need to display result it in my app.
What I have done is create a Form app.
I then put the below in the event OnLoad
<!DOCTYPE html>
<html>
<body>
<iframe src=“https://XXXXXXXXXX/Upload/uploadApi?Profile_ID=XXXXX_1” width=“200” height=“200”></iframe>
</body>
</html>
But I keep on getting an error Parse error: syntax error, unexpected ‘<’ in /opt/NetMake/v71/wwwroot/scriptcase/app/…
Please can someone help