How can I get the X-Forwarded-Proto HTTP header?

The ADC-as-a-Service / Cloud Load Balancer does not send the X-Forwarded-Proto HTTP header. However, we have one of our own that will give you the information you’re looking for as well as the IP address the user connected on. So while it’s not exactly what you’re looking for, it gets the job done with a […]

Prevent X-Forwarded-For Spoofing or Manipulation

When using an inline proxy like our ADC-as-a-Service or Web Application and API Protection service, you’ll often want to know the original client IP address for security, to track in your logs for stats or for other reasons. In our KB article entitled Getting the original client IP with X-Forwarded-For in your code, we’ve already discussed […]

Getting the original client IP with X-Forwarded-For in your code

If you’re like many of our clients, you not only want to retrieve the original client IP for your web server logs, but you want to use them in code as well… for example, to track invalid login attempts, or record the IP in a database for online payments etc. (NOTE: If you need the […]

Can I create a wildcard NS record?

Yes. While NS records do support the wildcard character, an asterisk (*), it is important to be careful when using this character to avoid sending untended traffic to another name server. For example, if you create a pair of NS records for xyz.example.com to point to a name server ns1.example.net what you’ve essentially done is […]

Supported Load Balancing Algorithms / Methods

There are numerous load balancing algorithms employed by the Total Uptime Cloud Platform to determine which service to select for the redirection of client requests.  Getting to know more about each will help in choosing the best method for your load balancing needs. Where to find the setting in the panel Methods Least Connection When […]

Configuration Builder Tab

Manage and create Network Packs that can be configured with DNS easily and efficiently. The aim of these configurations is to provide you with an easy way to manage your virtual configurations, while providing excellent services such as Acceleration, Load Balancing, Firewall, and Instant Failover. Below you will find a brief description of this functionality, […]

Why You Need Web Application and API Protection (WAAP)

One of the mantras for today’s enterprise could be, “living on the edge.”  With the proliferation of the cloud and the digital services and mobile apps that it hosts, today’s enterprise is all about the edge.  Chances are your company or organization has a web presence on the Internet thanks to Web 2.0, which gives […]

Why You Need Cloud Based Layer 7 Load Balancing Today

Keeping up with the pace of ever the changing world of IT today is a challenge.  It can be like trying to drink from a fire hydrant.  You can drown in the overwhelming constant barrage of information and technological advancement.  For that reason, it is not unusual for today’s IT managers to be unfamiliar with […]

Web Application and API Protection Quick-Start Guide

Total Uptime’s Web Application and API Protection (WAAP) is an extremely powerful tool to protect web applications at the edge of the Internet as opposed to right inside your datacenter. The WAF shields your network and applications from the ever increasing number of application-layer attacks and can also aid with compliance, like PCI, by helping […]

I want to install the SSL certificate on the Load Balancer and use the SSL protocol, but I don’t want SSL Offload. I want it to remain entirely encrypted between my client and my server. Is this possible?

Yes, this is absolutely possible, and recommended! To accomplish this, you will need to configure the “protocol” as SSL and map it also to SSL on your servers (both probably on port 443). This ensures SSL is maintained between the client and your servers, while still allowing you to take advantage of our SSL acceleration, […]