NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Share Knowledge / Re: reCAPTCHA v3 with NT
« Last post by ntnewbies on July 03, 2025, 09:54:23 PM »
thank you very much for sharing.

regards,
Jason
2
 correct the URL [http://sesiro.cloudcover.insure/apiTotalPolicyRecalc] to [https://sesiro.cloudcover.insure/apiTotalPolicyRecalc]
3
I don't know, Mike.

I suppose you could either
1. specify https://
2. set OptionDontRedirectHTTPtoHTTPS to FALSE

But you do realize that Obi Wan is nagging you - and deliberately put that error onto line 1780 in NetWww.clw  ;)

There's code in the few lines preceding that where he decides how to deal with something that doesn't have http:// or https://

4
Thank You.
But How do I fix it I call "sesiro.cloudcover.insure" in my code (p_web.RequestHost) do I have to explicitly call "https://" in front to fix it.
5
Web Server - Ask For Help / Re: Gettinng Session Theme - get the default theme
« Last post by Jane on June 29, 2025, 11:10:24 AM »
The Themer example has code in the PageHeader xml to display the *current* theme using <!-- Net:s:_theme_ -->

But to get the default, you could try using  p_web.WebServer._SitesQueue.Defaults.DefaultTheme
   
6
Web Server - Ask For Help / Gettinng Session Theme - get the default theme
« Last post by rjolda on June 29, 2025, 03:48:33 AM »
Hi
NT14.21  C11 ABC
I have my site default theme set as 'shoestrap3' and it is saved in:   s_web._SitesQueue.Defaults.DefaultTheme = set:Theme
How can I get this value so that I can display it on a page?   
This does NOT WORK......message('theme is : ' & s_web._SitesQueue.Defaults.DefaultTheme )
Tried several variations but not successful.
So, How can I get the value of:   s_web._SitesQueue.Defaults.DefaultTheme
Thanks,
Ron
8
NET ERROR: Attempt to Redirect from HTTP to HTTPS - correct the URL [http://sesiro.cloudcover.insure/apiTotalPolicyRecalc] to [https://sesiro.cloudcover.insure/apiTotalPolicyRecalc]
I am getting the above error when I upgraded my nettalk from nettalk 11 to nettalk 14
I am doing a get to a url "sesiro.cloudcover.insure"  ie. from my nettalk 14 app to my nettalk 14 app.
It worked in Nettalk 11 without a https:// prefix.
Is there a setting or new DLL I missed for Nettalk 14 ? 
9
Web Server - Ask For Help / WSDL Error 1 Duplicate queue name. ServiceErrorQueue
« Last post by MikeR on June 23, 2025, 10:45:50 AM »
I get this when I click on WSDL Button. 
10
Web Server - Ask For Help / Re: WebServer Logging to Disk issue
« Last post by kboller on June 18, 2025, 05:21:28 AM »
Thanks Ron. 

I like the DebugView idea as with that error I'm just trying to "buy a vowel" at this point.  I'm not doing anything wild and crazy that I know of.   

The only commonality is it seems to occur when there have been a lot of gps lookups and a call to google maps may be occurring.  I did find where if the user wasn't allowing access to their location it would pass 0,0 to google maps as the from location and google maps would fail.  I did substitute the Company location under that condition which made google maps happy and google errors have gone away.

Thanks,

Kurt
Pages: [1] 2 3 ... 10