• Since the last update, I receive a 301 or 302 if I try to connect with my Arduino to my website with a password.
    It grabs some text form a webpage. If I unprotect the website I get a Http 200.

    client.print(String(“GET “) + url + ” HTTP/1.1\r\n” +
    “Host: ” + host + “\r\n\r\n”);

    Thanks for investigating.

  • The topic ‘301/302 after last update’ is closed to new replies.