05-31-2018 06:11 AM
Hi
I think we have plenty of articles that show how to add a custom header into the response header of an ultra task. But, how to remove a header from the response?
Maybe more specific, currently for Ultra task, there’s a ‘Server’ header in the response. How to remove it?
Thanks
Solved! Go to Solution.
06-08-2018 02:44 PM
I think this is automatically added by the ‘Jetty’ web server that is used internally in the Snaplex node software. You’re not going to be able to remove it, but it looks like you can supply your own ‘Server’ header and then Jetty won’t add its own header.
06-08-2018 02:44 PM
I think this is automatically added by the ‘Jetty’ web server that is used internally in the Snaplex node software. You’re not going to be able to remove it, but it looks like you can supply your own ‘Server’ header and then Jetty won’t add its own header.
06-08-2018 03:32 PM
If you have a ultra load balancer in place, another option would be to change the load balancer to remove the Server header. The details would depend on what kind of load balancer is being used.