1
Web Server - Ask For Help / Re: Webhooks in Nettalk?
« Last post by AtoB on September 08, 2026, 12:45:19 AM »Hi all,
the thing is: what is good practice? For example I see the following implementations of the HMAC string to validate:
- messageId.timestamp.body (looks most sensible to me ...)
- timestamp.body
- variants without dots ...
Even how the labels of the http-headers are constructed seem to vary ("webhook-timestamp" seems most common)
I was hoping Nettalk maybe had this already under the hood.
B.t.w. currently out of office and running to the shop buying Cryptonite ...
Regards,
Ton
the thing is: what is good practice? For example I see the following implementations of the HMAC string to validate:
- messageId.timestamp.body (looks most sensible to me ...)
- timestamp.body
- variants without dots ...
Even how the labels of the http-headers are constructed seem to vary ("webhook-timestamp" seems most common)
I was hoping Nettalk maybe had this already under the hood.
B.t.w. currently out of office and running to the shop buying Cryptonite ...
Regards,
Ton
2
Web Server - Ask For Help / External Website Redirect
« Last post by rupertvz on September 08, 2026, 12:38:58 AM »Hi Guys,
I am trying to redirect from a NWF (memory) to an external website.
I've been trying from the End of Procedure embed.
The two methods I've tried.
p_web.Redirect('www.externalwebsite.co.za')
p_web.Script(p_web.WindowOpen('www.externalwebsite.co.za'))
Neither seems to work,
The "redirect after save" on the procedure properties does not work, as it removes the form validation.
I am trying to redirect from a NWF (memory) to an external website.
I've been trying from the End of Procedure embed.
The two methods I've tried.
p_web.Redirect('www.externalwebsite.co.za')
p_web.Script(p_web.WindowOpen('www.externalwebsite.co.za'))
Neither seems to work,
The "redirect after save" on the procedure properties does not work, as it removes the form validation.
3
Web Server - Ask For Help / Re: Webhooks in Nettalk?
« Last post by rjolda on September 07, 2026, 03:24:40 PM »Hi,
HMAC is a method in Capesoft Cryptonite. Using it regularly in my NT Web App. I am using it to validate the Text that I place in a QR code when the QR code is created. When the user displays the QR code to the reader, we calculate the HMAC of the string read from the QR code to make certain it has not been tampered with. wouldn't be without it!
Ron
HMAC is a method in Capesoft Cryptonite. Using it regularly in my NT Web App. I am using it to validate the Text that I place in a QR code when the QR code is created. When the user displays the QR code to the reader, we calculate the HMAC of the string read from the QR code to make certain it has not been tampered with. wouldn't be without it!
Ron
4
Web Server - Ask For Help / Small and fast response
« Last post by AtoB on September 07, 2026, 10:02:20 AM »Hi All,
I want my api-server to respond in the fastest way possible for some http (4xx) errors. Just a minimal header and no body at all.
I've looked p_Web.SendError(), but it always includes .html in the response body.
What's the way to construct a minimal response?
TIA,
Ton
I want my api-server to respond in the fastest way possible for some http (4xx) errors. Just a minimal header and no body at all.
I've looked p_Web.SendError(), but it always includes .html in the response body.
What's the way to construct a minimal response?
TIA,
Ton
5
Web Server - Ask For Help / Re: Webhooks in Nettalk?
« Last post by AtoB on September 07, 2026, 09:59:50 AM »Do you have HMAC validation in place?
I don't have to interface with a relatively '"standard" provider, but I'm trying to design a webhook system so relatively small B2B partners have to follow "my" standard, that's why I want to setup it properly in advance ...
I don't have to interface with a relatively '"standard" provider, but I'm trying to design a webhook system so relatively small B2B partners have to follow "my" standard, that's why I want to setup it properly in advance ...
6
Web Server - Ask For Help / Re: Webhooks in Nettalk?
« Last post by osquiabro on September 07, 2026, 02:46:06 AM »well i have a webhook for listener stripe transaction, telegram and Alexa, is a simple netwebservicemethod
7
Web Server - Ask For Help / Webhooks in Nettalk?
« Last post by AtoB on September 07, 2026, 01:31:03 AM »Hi All,
I'm about to add webhook functionality to my api-server (so I'm the consumer in this case).
- is there any functionality already in place with Nettalk (14), maybe some examples in the example apps?
- is it good practice to implement HMAC validation and can I do this with Nettalk?
- is there any standard that is actual standard (I see quite different implementations all over the place ...)?
TIA,
regards,
Ton
I'm about to add webhook functionality to my api-server (so I'm the consumer in this case).
- is there any functionality already in place with Nettalk (14), maybe some examples in the example apps?
- is it good practice to implement HMAC validation and can I do this with Nettalk?
- is there any standard that is actual standard (I see quite different implementations all over the place ...)?
TIA,
regards,
Ton
8
Web Server - Ask For Help / Re: Server becoming temporarily non-responsive
« Last post by TimR on September 02, 2026, 07:53:24 AM »I'm using Nettalk version 14.38 and Clarion 11.1.13788
9
Web Server - Ask For Help / Re: Server becoming temporarily non-responsive
« Last post by urayoan on September 02, 2026, 07:23:41 AM »Hello Tim. I'm having similar issues, watching this post if anyone gives a clue for what may be happening.
In my case, im using NetTalk 14.36 and Clarion 11.1
What version you using?
In my case, im using NetTalk 14.36 and Clarion 11.1
What version you using?
10
Web Server - Ask For Help / Server becoming temporarily non-responsive
« Last post by TimR on September 01, 2026, 09:13:48 AM »I have multiple webservers (mostly the same exe's, with a few unique webservers) running under nginx, and they become non-responsive for anywhere from 30-120 seconds (more or less). Anyone have tips on how to figure out what is going on? They might run for weeks(this is the norm) without incident or it could be days(this is unusual), I see no sign of the webservers restarting, via the performance page. I have a monitoring script, that emails me when they become non-responsive, but I'd like to figure out what the issue is to remove the false positives. The unique webservers, just run and I never have an issue with them.
Recent Posts