Link to home
Start Free TrialLog in
Avatar of Isaiah Melendez
Isaiah Melendez

asked on

Issue with Custom Site Passing Data to GUI

Hello, Experts!

Environment:

Windows Server 2016
IIS version 8
the site lives in c:\inetpub\sales.cbac.com
ports are http 80 and https 443

Issue:

What might be causing the issue of receiving data from a REST call using angular hosted on IIS 8 (see image attached)? I want to start a dialogue so you guys can ask more questions and I could provide more narrowed answers.
image--8-.png
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
As Dave has suggested the JSON is invalid.

This is usually due to a URL pointing to the wrong place
OR
A script that is erroring and sending back an HTML error page

To resolve post the link for the request into a browser and test to see if that works.

You are getting a 200 response so the server did not pick up a problem and sent back what it thought was a valid response.

So either URL wrong place or script responding with HTML output due to internal error or some other condition.