function setFrontProxy(html, serverUrl) { return html.replace('<head>', `<head><base href="${serverUrl}/proxy/"/>`); comment on gère le cas où la page a déjà un ? il est obligatoire ?
function setFrontProxy(html, serverUrl) {
return html.replace('',
<head><base href="${serverUrl}/proxy/"/>);comment on gère le cas où la page a déjà un ? il est obligatoire ?