Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

118
Visualizações
multiple url path ways with prox

I'am trying to get my front end to when the 1st proxy returns a 404 response it will try two use the second proxy link and then if that fails finally produce an out put of "error bad pathway" if both fail. Below is what i have at the moment.

function Wordcount()

{

let xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {   
    
        if (this.readyState == 4 && this.status == 200) {
        var j = JSON.parse(this.response);
        document.getElementById('output').value = j.answer;
        
        
    } 
    
    else {
        document.getElementById('output').value = "error bad pathway";
    }
          
};
let url = proxyURl + "/?text=" + encodeURI(document.getElementById('content').value) + "&route=" + "wordcount";
xhttp.open("GET",url);
        xhttp.send();

}

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda