Try to change this part of code , then it works ``` if (typeof cookies != "undefined") { recv_headers["Cookie"] = cookies; } if (typeof host != "undefined") { recv_headers["Host"] = host; } ```