[openstreetmap/openstreetmap-website] Image download w/ submit_tag (PR #6192)
mmd
notifications at github.com
Thu Jul 17 19:51:10 UTC 2025
mmd-osm left a comment (openstreetmap/openstreetmap-website#6192)
The preflight request is failing with HTTP 500. There might be something wrong with `form.getfirst("token")`. Elsewhere we're using `getvalue` to fetch the parameter value, and check if a value is available:
```
elif "token" in form:
token = form.getvalue("token")
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6192#issuecomment-3085284082
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6192/c3085284082 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250717/0bc5dea1/attachment.htm>
More information about the rails-dev
mailing list