Open BANOnotIT opened 1 month ago
Firefox supports query engines with http://site/path?param=%s template strings. Your current API uses POST with JSON. Is there any possibility to do GET with query param to enable search shortcuts in FF and other browsers?
http://site/path?param=%s
Yeah, that's a good idea!
Firefox supports query engines with
http://site/path?param=%s
template strings. Your current API uses POST with JSON. Is there any possibility to do GET with query param to enable search shortcuts in FF and other browsers?