I use webhook and get a callback from google auth2 from consent page. Whenever user approves oauth2 on consent page, I redirect it to the webhook and would like to parse url that includes access token etc.
here is my webhook url but n8n not able to parse it because of the # sign. I suppose google puts it in the url.
What are you actually trying to do? We already have inbuilt processes for handling OAuth so I am not sure why you would need or want to do it with a webhook node