reactivesearch
reactivesearch copied to clipboard
Ability to provide url as a path without http or https
Affected Projects All
Currently ReactiveBase url only accepts a url which starts with http or https, however if we're implementing a proxy with NextJS for example the proxy path could be /api/proxy The same thing with Firebase functions where we don't want to specify the full path with the hostname to the function itself
Is that possible to enhance? or is there a workaround?