-
ngrok enables secure introspectable tunnels to localhost webhook development tool and debugging tool.Pricing:
- Open Source
First, I used ngrok, which creates a tunnel between my local machine and servers that are already exposed to the internet - So your requests to the ngrok server get forwarded to your local app. That's convenient and useful. However, the URL of that server changes every time you connect, which means I need to update my app config every time I connect.
#Testing #Localhost Tools #Webhooks 399 social mentions
-
AWS Certificate Manager from Amazon Web Services (AWS)
Now we need to have the site secure with SSL/TLS. So we can either add a load balancer and associate it with a certificate from AWS ACM or directly create a certificate on the instance. Let's do the latter using OpenSSL.
#Identity And Access Management #Two Factor Authentication #Network & Admin 24 social mentions