NetTalk Central

Show Posts

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.


Messages - Bruce

Pages: [1] 2 3 ... 746
2
Web Server - Ask For Help / Re: ALPN / HTTP/2
« on: August 31, 2026, 07:14:23 PM »
perhaps. But I haven't started mapping out the feature set for the next NetTalk yet.

3
Hi Paul,

I believe so, although it's not a road I've gone down myself yet.
It is limited to DNS-Challenge though. You can't get one with HTTP challenge.

I'm not sure the use-case with NetTalk is clear though. So perhaps you want to tell us more about your setup, and we can dig into that a bit deeper.

Cheers
Bruce

4
Hi Ton,

The first one is more correct.
The second form won't save the session state.

I've tweaked the template for the next release.

Cheers
Bruce

5
Web Server - Ask For Help / Re: netwebclient : IPv6 addresses and port
« on: August 22, 2026, 07:34:45 PM »
Hi Ton,
I've made a new StringTheory build (3.88) which should take care of this for you.

>> using [::1]:8090/yadayada
>> that is correct syntax. If you are adding a port you need to add [ ]

Cheers
Bruce

6
If you run the CURL command in a command window (aka DOS prompt), does it work?

7
do you have dynamic compression turned on?

8
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


9
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 [ ]

10
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

11
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.

12
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.

13
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

15
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).

Pages: [1] 2 3 ... 746