It'll be a python script (flask)

Since it doesn't work (hangs, just like wget) I'm trying wget to see what 
works and what doesn't..

web is not my core competence. Could you tell me how to format the wget as 
you suggest? :)

Thanks!

On Monday, October 5, 2020 at 2:58:01 PM UTC-5 George (Cloud Platform 
Support) wrote:

> Do you have a service running in App Engine? How do you run wget in this 
> case from that service?
>
> You should be aware that by default, the App Engine implementation of the 
> HTTPS wrapper attempts to validate the certificate of the host, and rejects 
> requests where the certificate does not match. You may need to disable this 
> behavior, as described in the "Issuing an HTTPS request" paragraph 
> <https://cloud.google.com/appengine/docs/standard/php/issue-requests#issuing_an_https_request>
> . 
>
> On Monday, 05 October 2020 at 15:06:35 UTC-4 anan...@gmail.com wrote:
>
>> Works fine on my home PC. What could be the reason?
>>
>> wget --user-agent=Safari "
>> https://api.nasdaq.com/api/quote/AAPL/dividends?assetclass=stocks";
>>
>> hangs on App Engine but returns data immediately on my laptop. 
>> Do they detect the request is from App Engine and decide not to respond?
>>
>> wget  "https://finance.yahoo.com"; # works fine on App Engine
>>
>> Thanks!
>>
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/da28802d-e0de-4e4a-a458-ef679135cc55n%40googlegroups.com.

Reply via email to