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
JSON POST is recommended, because the request line length, which contains the terms if GET is used, is limited by client libraries, HTTP frontends, application servers etc. to fairly low values (expect 4K) -- which is not the case for a JSON POST.
(A specification update will also be prepared)
Gist:
Instead of ANDing the terms, they are ORed.
Many terms can be specified (
email=...&email=....&phone=...
)JSON POST is now allowed:
JSON POST is recommended, because the request line length, which contains the terms if GET is used, is limited by client libraries, HTTP frontends, application servers etc. to fairly low values (expect 4K) -- which is not the case for a JSON POST.
Existing code should continue to work
Results now contain what matched each identity:
The text was updated successfully, but these errors were encountered: