Search code examples
looker

Is it possible to make http request to connect to any server from Looker?


I need to connect to a server via a http request from Looker? Is it even possible? Unable to find any documentation.


Solution

  • Yes you can (kind of) do this:

    1. You can use Looker actions to make HTTP requests.
    2. You could do something using the extension framework and use javascript to make the http call