I have a doc in sync gateway with ID !zjZ7kpn3qDr40rK0Q14a~+, and as you
can see it shows up on the _changes feed:

$ curl 'http://192.168.212.244:4984/office_radar/_changes' | grep
'!zjZ7kpn3qDr40rK0Q14a~+'
,{"seq":1076,"id":"!zjZ7kpn3qDr40rK0Q14a~+","changes":[{"rev":"1-85beb23a141b7eede8255963e688bff8"}]}

If I do a naive curl command, it returns a 404:

$ curl 'http://192.168.212.244:4984/office_radar/!zjZ7kpn3qDr40rK0Q14a~+'
{"error":"not_found","reason":"missing"}

But even if I URL encode it, I'm still getting a 404:

$ curl 'http://192.168.212.244:4984/office_radar/!zjZ7kpn3qDr40rK0Q14a~%2B'
{"error":"not_found","reason":"missing"}

Any tips?

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/CACSSHCHmQmXbW9%3Dpc3p1%3DMecfW3ugq7okBTWVQnr2Z7yccwnLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to