You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why did I think that we needed unquote_plus? The Python docs seem to indicate that unquote is for URL paths (including querystrings?) and unquote_plus is for form post bodies (but not querystrings?). This old comment from Guido seems to corroborate that.
Let's drop to unquote and see if anyone else complains. :)
I reproduced this by saving a document {"a": "foo+bar"} and then querying for it in Mongs. 404 as reported by @sureshsaggar.
The text was updated successfully, but these errors were encountered: