From September 2021, we have implemented a new security gateway to both speed up conversions and also protect customer privacy.
FQDN Firewall Rules
The most secure way to implement firewall rules is to use FQDN firewall rules. This allows you to secure access to highly specific resources using the hostnames instead of IP addresses since IP addresses can change over time in our cloud-connected world.
Please ensure that the following Firewall Rules are in place if connecting from a corporate network:
Host/IP | Port | Protocol | Comment |
api.html2pdfrocket.com | TCP/443 | HTTPS | |
api.html2pdfrocket.com | TCP/80 | HTTP | HTTP will soon be taken offline. Customers are advised to use HTTPS. |
<IP Addresses> | Not recommended. Details below |
IP Address Firewall Rules
IP-based firewall rules are not supported since our IPs change over time and can also be different depending on the geolocation of the source computer. If you contact us for support with regard to IP-based firewall rules, please do not expect a quick response.
However, if you wish to avoid any semblance of security by opening access using IP-based firewall rules, the command* to retrieve the entire possible list of IP addresses is below.
curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | jq '.prefixes ' | jq '.[] | select ((.service=="CLOUDFRONT"))' | jq -r '.ip_prefix'
* requires bash and jq.
For equivalent instructions for Windows, refer to AWS IP address ranges - AWS General Reference (amazon.com).
HTML2PDF Rocket Edge Locations:
Comments
0 comments
Please sign in to leave a comment.