I want to use Live Server in Code Server to view an HTML file, but when I open the file, the URL is redirected from https://domain/rnode/poc-ood-2/10997/proxy/5500/ to https://domain/report.html, which results in a 404 error. The correct URL should be https://domain/rnode/poc-ood-2/10997/proxy/5500/report.html. What should I do?
I’m not so sure about this extension, but it seems like you’d need to configure it so that it respects the base url /rnode/poc-ood-2/10997 in that job. Don’t know if you can do this automatically, but should be able to configure it manually each job.

