Buenas,
Tengo un error 404 al llamar a la función file_get_contents, el caso es que la pagina que intento abrir si que existe y tiene código fuente (se puede comprobar desde el navegador), he probado a hacer también con curl y sockets pero me sigue sin funcionar y no se porque, espero que alguien me pueda ayudar, muchas gracias de antemano.
Warning: file_get_contents(https://www.simyo.es/simyo/publicarea/ajax/shop/step1/checkPromoCode.htm) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found Código PHP:
echo file_get_contents('https://www.simyo.es/simyo/publicarea/ajax/shop/step1/checkPromoCode.htm');