Hello ,
We have made following changes in host file under location \etc\hosts
127.0.0.1 abc.com
and following changes in <module-name>.gwt.xml
<set-configuration-property name="devModeUrlWhitelistRegexp" value="https://abc.com|localhost|127\.0\.0\.1|192\.168\.150\.(\d{1,3}))(:\d+)?/?.*" />
Still the browser shows error attached in screenshot when we are trying to access the url
https://abc.com:9443/index.html whereas when we type https://localhost:9443/index.html then the application works fine.
Browser specification Chrome Version 67.0.3396.87
We have made following changes in host file under location \etc\hosts
127.0.0.1 abc.com
and following changes in <module-name>.gwt.xml
<set-configuration-property name="devModeUrlWhitelistRegexp" value="https://abc.com|localhost|127\.0\.0\.1|192\.168\.150\.(\d{1,3}))(:\d+)?/?.*" />
Still the browser shows error attached in screenshot when we are trying to access the url
https://abc.com:9443/index.html whereas when we type https://localhost:9443/index.html then the application works fine.
Browser specification Chrome Version 67.0.3396.87
Comment