Hello Vivekanand, I was able to reproduce your described issue from the Google Cloud Shell <https://cloud.google.com/shell/>. The 403 you are seeing is due to the actual configuration of https://www.nseindia.com blocking the Google Cloud IP range.
There are multiple ways the https://www.nseindia.com site could be doing this. One reason could be that their .htaccess file is specifically blocking IP addresses. In this case they need to ensure that App Engine IPs are not blocked. You can find out the IPs that App Engine uses by following the instruction under Static IP Addresses and App Engine apps <https://cloud.google.com/appengine/kb/>. I would also recommend ensuring that the specific directory '/content/fo/' is browsable by adding *Options +Indexes *to the .htaccess file. Additionally, I would recommend you check the permissions on the actual CSV file, as tricks such as that mentioned here <http://stackoverflow.com/questions/10236717/htaccess-how-to-prevent-a-file-from-direct-url-access> could prevent it from being accessed. Going through the complete site configuration is needed here. Note: As this is not an actual Google Cloud issue, I am not able to confirm the actual cause or solution. You will need to consult with the owners of https://www.nseindia.com to further investigate. -- 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/14fd7221-6a5b-4145-a9ca-f5833a15aae6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
