NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on November 16, 2020, 08:13:09 AM
-
Hi Bruce,
I installed NT 12.0 for testing purposes and I no longer can run on 127.0.0.1:88.
No errors just displays a blank page even after one presses CTRL-F5
How can I test on local host?
Ashley
-
something else is in play Ashley.
Do you see anything appear in the server log window? ie are the requests getting to the server?
After the request, if you click on the address bar in the browser, does it show HTTP or HTTPS ?
cheers
Bruce
-
Hi Bruce,
Yes, it says "Listening On IP Port: 88" if I press CTRL-F5 it shows the attached log.
It does not show any HTTP or HTTPs.
I just compiled the web2 app and displayed perfectly.
Also the clanet.dll is dated for 11/10/2020 but the version is 11.38.0.0
Ashley
-
Hi All,
Bruce I found the problem(s). For whatever reason when the app was opened the first time
with NT 12 it changed 2 settings.
First it set the Session ID length to the Session timeout length, so it showed 15 characters instead of 30.
Secondly it set the PagerHeaderTag to must be logged in, so of course the page would display.
Ashley