tiagosteil

Results 3 comments of tiagosteil

Hi, The above error occurs when the application tries to make the code below: ``` t_url := 'https://accounts.google.com/o/oauth2/auth?client_id=' || g_provider.client_id || '&redirect_uri=' || g_provider.redirect_uri || '&scope=' || apex_util.url_encode(g_provider.scope) || '&state='...

> The origin is getting lost somehow. I've never used this but did notice this in the wiki > 💡 Tip: Set the option changeOrigin to true for name-based virtual...

> Try to use the URL in your log in a web-browser. If you do not see Google page, proxy is not working. When I access the proxy URL I...