Hello,

Why we are getting this warning + we are not getting full content from the 
file by GAE app so, can you please check and correct me, please check below 
code that we are using with GAE app

-----------------------------------------
$opts = array('http'=>array(
                    'method'=>"GET",
                    'header'=>"Accept-language: en\r\n" .
                    "Accept-Encoding: gzip, deflate, br\r\n",
                    'user_agent'=>"User-Agent: my agent\r\n" // i.e. An 
iPad 
            )
    );

$context = stream_context_create($opts);
$content = file_get_contents($url ,false,$context);
-----------------------------------------

Thanks in advance!
- Ken Walker

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5f271d52-b113-45df-8558-523adcbf584b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to