This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1
Web Server - Ask For Help / Re: NT CLient for updating DDNS for DNSSIMPLE
« on: August 16, 2026, 03:25:21 AM »
If you run the CURL command in a command window (aka DOS prompt), does it work?
2
Web Server - Ask For Help / Re: Is there a way to GET binary files from a rest server, not using encoding?
« on: August 12, 2026, 11:44:58 PM »
do you have dynamic compression turned on?
3
Web Server - Ask For Help / Re: How to translate C# API call to NT
« on: August 12, 2026, 11:43:19 PM »
Ton,
no, that code Ron got is incorrect.
Responses come back into .PageReceived
no, that code Ron got is incorrect.
Responses come back into .PageReceived
4
Web Server - Ask For Help / Re: netwebclient : IPv6 addresses and port
« on: August 12, 2026, 11:39:49 PM »
Hi Ton,
I think you answered your own question;
>> ::1:8090/yadayada
that's not correct syntax.
>> using [::1]:8090/yadayada
that is correct syntax. If you are adding a port you need to add [ ]
I think you answered your own question;
>> ::1:8090/yadayada
that's not correct syntax.
>> using [::1]:8090/yadayada
that is correct syntax. If you are adding a port you need to add [ ]
5
Web Server - Ask For Help / Re: Nettalk Future?
« on: August 12, 2026, 11:35:20 PM »
Hi Osa,
Development in the NetTalk engine has been "on hold" for a bit because I've been working on the new File drivers.
https://www.capesoft.com/accessories/filedriverkitsp.htm
Having access to more powerful, more secure and faster drivers is the next natural step for NetTalk Web Servers. So first I need to get the drivers "done" and then add some of those features into NetTalk itself.
(Actually NT14 and earlier will do well with the new drivers already because the new drivers use far fewer resources on the server side, and are also tuned for page-based requests, such as the ones NetTalk makes.)
There's also a lot of new functionality in the drivers which need to be exposed via NetTalk. For example the Full Text Search concept makes complete sense in web apps etc.
And of course, there are a raft of new features etc on my white-board waiting for adding to NT.
Cheers
Bruce
Development in the NetTalk engine has been "on hold" for a bit because I've been working on the new File drivers.
https://www.capesoft.com/accessories/filedriverkitsp.htm
Having access to more powerful, more secure and faster drivers is the next natural step for NetTalk Web Servers. So first I need to get the drivers "done" and then add some of those features into NetTalk itself.
(Actually NT14 and earlier will do well with the new drivers already because the new drivers use far fewer resources on the server side, and are also tuned for page-based requests, such as the ones NetTalk makes.)
There's also a lot of new functionality in the drivers which need to be exposed via NetTalk. For example the Full Text Search concept makes complete sense in web apps etc.
And of course, there are a raft of new features etc on my white-board waiting for adding to NT.
Cheers
Bruce
6
Web Server - Ask For Help / Re: GPF on Line=1774 Proc=SSL_OUR_SERVERSWITCHTOSSL
« on: May 21, 2026, 06:03:14 AM »
probably not.
My guess is whatever you did wrong in 2022 you've done wrong again.
Since I had to TeamViewer in to see what that was last time, I'm guessing I need to do that again.
My guess is whatever you did wrong in 2022 you've done wrong again.
Since I had to TeamViewer in to see what that was last time, I'm guessing I need to do that again.
7
Web Server - Ask For Help / Re: API hangs on memo field
« on: April 28, 2026, 08:48:54 PM »
sounds like a bug in Reflection. I'll take a look.
8
Web Server - Ask For Help / Re: webserver example 79
« on: April 22, 2026, 05:55:48 PM »trying to create a self signed certificate
CreateSelfSignedCertificate.bat
That Bat file is not used anymore.
On the Certificates tab (in the running program)
Simply put the server address into the "domain" box, and click on "Certificates" button.
The address is typically just he machine name (like Daisy) or an Ip address (192.168.1.1)
see https://www.capesoft.com/docs/NetTalk14/NetWebRuntimeSettings.htm
10
Web Server - Ask For Help / Re: webserver example 79
« on: April 19, 2026, 08:59:14 PM »
seems to work here. Note that it *has* to be on a secure connection (or 127.0.0.1).
11
Web Server - Ask For Help / Re: Multi site host maintenance message
« on: March 19, 2026, 02:06:08 AM »
Hi Tim,
I don't think you can do what you want here. The include is limited to the \web folder (for each site).
For security You can't access files from elsewhere on the disk using an include.
I recommend you just make a batch file to propagate your message to the other folders.
Cheers
Bruce
I don't think you can do what you want here. The include is limited to the \web folder (for each site).
For security You can't access files from elsewhere on the disk using an include.
I recommend you just make a batch file to propagate your message to the other folders.
Cheers
Bruce
12
Web Server - Ask For Help / Re: GET response without NetTalk Ajax "stuff"
« on: March 18, 2026, 05:51:06 PM »
I'm not sure you're asking the right question.
From your screen-shot I'm guessing you are writing custom JavaScript, which in turn makes a request to the server? And you've got custom code on the server to generate the response? But your custom JavaScript code doesn't match your custom response - or more accurately you don't feel you have enough control over the response to achieve what you are wanting to do?
Am I on the right track?
Bruce
From your screen-shot I'm guessing you are writing custom JavaScript, which in turn makes a request to the server? And you've got custom code on the server to generate the response? But your custom JavaScript code doesn't match your custom response - or more accurately you don't feel you have enough control over the response to achieve what you are wanting to do?
Am I on the right track?
Bruce
13
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« on: March 16, 2026, 08:39:59 PM »
Sorry for the long wait, but it is fixed in Build 1.15, which is currently being built for upload, so should go up today.
Niels, I haven't had any emails from you recently, so maybe send me an email to see if they're coming through?
>> I am a little worried why we are not getting any feedback on this site.
I've just been really busy the last while, and so my visits here have been thin of late. After today's build is up I'll try and catch up a bit.
Update: Build is now up.
Niels, I haven't had any emails from you recently, so maybe send me an email to see if they're coming through?
>> I am a little worried why we are not getting any feedback on this site.
I've just been really busy the last while, and so my visits here have been thin of late. After today's build is up I'll try and catch up a bit.
Update: Build is now up.
14
Web Server - Ask For Help / Re: Proxy server for let's encrypt?
« on: September 21, 2025, 10:42:06 PM »
You succeeded with the correct approach Jeff, the DNS challenge is the only way to go if port 80 is closed. However I thought I'd comment on this just to clear it up a bit;
that Proxy option is for the ACME _Client_. It does not bypass the need for the server to serve the challenge file over port 80. So, no, that approach was not going to be useful to you.
cheers
Bruce
So, I see a proxy tab that has a check box to "allow acme client to use proxy server". If I can get the IT Dept. to create a simple proxy server that is isolated but has 80 and 443 open, would this work?
that Proxy option is for the ACME _Client_. It does not bypass the need for the server to serve the challenge file over port 80. So, no, that approach was not going to be useful to you.
cheers
Bruce
15
Web Server - Ask For Help / Re: Give focus back to Browse after OnClick
« on: September 21, 2025, 10:36:55 PM »
It sounds to me like there's a JavaScript error on the page when saving.
I'd need to see an example though to understand what the error might be.
I'd need to see an example though to understand what the error might be.