|
|
|
|
|
by rrosen326
2363 days ago
|
|
How do people in general test their https during development? I've never done it but will for my current project, but am dreading it. I was thinking of Docker or Vagrant. Or maybe this localdots. This must be a solved problem. How do you all do it? |
|
http://serveo.net
https://ngrok.io
https://localtunnel.me
These are command-line tools with NodeJS libraries, you can run them parallel to your project or internally. I am using the NodeJS libraries to create a URL when my tests start. Stripe recently added webhook endpoints to their API so you can also create webhooks bound to whatever URL you are assigned.