What is vegur appearing in HTTP headers?
By Emily Wilson •
On some websites there are the following headers which consist vegur, e.g.
Via: 1.1 vegurIn here (check the headers) and also in that post.
I've tried to look for it, but I couldn't find it. Is this is generated by Varnish, some kind of reverse proxy or it's something else?
22 Answers
It's a Heroku proxy/load-balancer adding the Via header.
See: Vegur at GitHub.
2Heroku's proxy library based on a forked Cowboy frontend (Cowboyku). This library handles proxying in Heroku's routing stack.
The via header shows proxies and their names. In this case, the client went through a proxy called "vegur" - either its software or the computer name.