To ensure that the new application gets weather information, you need to edit the HTML Viewer's proxy file. AOP uses a third-party weather service, and the URL to the weather API must be added to the Viewer proxy.config file.
To edit the HTML5 Proxy:
When name of the application appears in the search results, right-click the name and select Run as administrator.
C:\inetpub\wwwroot\Html5Viewer\
. Paste the following URL into the proxy.config file:
<serverUrl url="http://api.openweathermap.org/"
...........matchAll="true"></serverUrl>
Click File | Save.