-
Notifications
You must be signed in to change notification settings - Fork 99
Unable to get JSON query with jQuery #27
Comments
what does the request look like? |
I am requesting with jQuery through the |
Any more information you can give? I would love to use SuperProxy, but if this is what is going to be happening, I can't use it. |
I had the same problem. I had to modify the python code to set the 'Access-Control-Allow-Origin' header. |
I've resolved the issue in my fork: https://github.com/WillemPaling/google-analytics-super-proxy |
Hi, I have been having the same issue as RageQuit. WillemPaling I downloaded your fork but there is no config.py? |
Use the config.py from the main fork. I removed it because it had my login details in it :) |
I wondered if that was the case. Thanks for you quick response. |
I have updated the config and re-deployed with app launcher. However, I am still getting the same issue. 405 (Method Not Allowed) No 'Access-Control-Allow-Origin' header is present on the requested resource. Using: Any ideas how to overcome this? |
I had to change the version number in the app.yaml, and redeploy the app. |
Thanks! You are legendary! It worked like a charm. |
Good to hear it's working. |
I am getting an error that says:
No 'Access-Control-Allow-Origin' header is present on the requested resource
I have been looking for the file I need to edit to make it so I can pull the Query data using jQuery, but I can't find it.
I am using this to populate a dashboard that is client friendly, and without this feature, I can't use the SuperProxy. Please let me know what file I need to update, or push an update allowing us to grab the file using jQuery!
The text was updated successfully, but these errors were encountered: