I'm a bit baffled as to where it comes from, as the server only knows the API domain is microcosm.app and the load balancer is just a wildcard virtual host, meaning lfgss.com simply doesn't exist in the code, it's echoed back to the caller.
and http doesn't really exist either... but I did change the server about a month or two ago, upgraded the load balancer, and the old config may have had a redirect from http to https... and perhaps this revealed an old bug? as the redirect would have covered up the issue by correcting it.
could you share an API request and response so that I can see what you're calling and how, and then I can either just think about how the hell it produced the output, or I'll try and recreate it myself.
I'm a bit baffled as to where it comes from, as the server only knows the API domain is
microcosm.app
and the load balancer is just a wildcard virtual host, meaninglfgss.com
simply doesn't exist in the code, it's echoed back to the caller.and
http
doesn't really exist either... but I did change the server about a month or two ago, upgraded the load balancer, and the old config may have had a redirect fromhttp
tohttps
... and perhaps this revealed an old bug? as the redirect would have covered up the issue by correcting it.could you share an API request and response so that I can see what you're calling and how, and then I can either just think about how the hell it produced the output, or I'll try and recreate it myself.