Search found 2 matches

by joncard
Wed Jun 20, 2018 6:08 pm
Forum: NetBurner Software
Topic: SSL certificate problem with AWS certs
Replies: 2
Views: 3104

Re: SSL certificate problem with AWS certs

One problem I had with the certs not validating was a bug where a function that claimed it wanted a blob actually used string utility functions inside it, so even though I passed in the private key, the first check it did was to look for the "----- CERTIFICATE" string. Because the two blob...
by joncard
Thu Feb 15, 2018 1:34 pm
Forum: NetBurner Software
Topic: Postman and NetBurner
Replies: 1
Views: 1895

Postman and NetBurner

I just found something useful, that I thought I would share with the community. I use a tool called Postman to debug POST commands, and there's a funny header they put in there "Postman-Token" to get around a Chrome caching bug. This can create a problem where the URL is always parsed as &...