Client Update v0.10.0

Published at October 14, 2020 ·  2 min read

The v0.10.0 release of our client includes support for Windows services. You’ll be able to install a Windows service that keeps the Packetriot client running 24/7 and between system restarts. This is a feature we’ve been wanting to add for some time. I’d like to thank for the users who reached out to use and expressed this would be an important and great feature to support their workflows. We have updated our docs with instructions on how to use the new Windows service integration....

HTTP Inspector

Published at August 18, 2020 ·  8 min read

Using the HTTP Inspector built into the Packertriot client will make writing and debugging applications that integrate with webhooks much easier. You’re not limited to webhooks either, you can debug any HTTP-based application. There’s lot of examples we could provide to illustrate how useful an HTTP inspector is during web development. In this post we’ll walk through creating a webhook for a GitHub repository so that we can receive notifications when changes are made to the repo....

Client Update v0.9.19

Published at August 18, 2020 ·  3 min read

This release includes a big update! For a while I’ve gone back and forth about adding an HTTP inspector. I wasn’t sure how difficult it would be to write a decent simple inspector and how muc time and effort would be required. So I delayed this feature and thought it might not be necessary. However, I’ve found it difficult to lure developers to Packetriot and I’ve had several customers and users ask for it since our launch....

Client Update v0.9.17

Published at July 21, 2020 ·  2 min read

This update includes a bug fix for secure redirection, HTTP->HTTPS, that affected traffic on wildcard domains when subsequent HTTP requests utilized POST/PUT/DELETE requests. Technical Details For some more background on this defect, the HTTP requests that pass through Hubs, our edge server software, is updated to included X-Forward-X headers. These header fields are processed by a “forwarder” and “secure-redirect” HTTP handler in the Packetriot client. The forwarder will attempt to set the X-Forwarded-For flag when possible if they were not present (e....