Replies: 1 comment 5 replies
-
The 403 message should have a reference id. If you can provide I will look up the exact issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an app, developed using Solar2d, that includes a weather feature. The iOS version of the app works, the Android version returns an "Access Denied" 403 error.
I've seen that a User-Agent is required. I wasn't explicitly providing one. I now am by sending ["User-Agent"] = "ADK46erNow/v2.6.0 (http://onebadant.com; [email protected])"
That's the name and version of the app and the website and email address.
The URL I'm calling is:
"https://graphical.weather.gov/xml/SOAP_server/ndfdSOAPclientByDay.php?whichClient=NDFDgenByDay&lat=44.11&lon=-73.923725&format=24+hourly&startDate=2022-06-04&numDays=3&Unit=e&Submit=Submit"
I've been working with Solar2d on this issue, but the Solar2d forums and main developer haven't been able to tell me why this doesn't work. Can you see anything immediately wrong with what I'm doing? I can provide more detail if you need it.
Thank you for any assistance you can provide. ~Keith
Beta Was this translation helpful? Give feedback.
All reactions