You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't currently use the tool on a page behind a login page. Is there a possibility to add cookie or custom HTTP header support so that I can specify a cookie to use the tool on a page that requires for example a login before accessing to it?
The text was updated successfully, but these errors were encountered:
That would great but isn't it a bit overkill for my request? Because if you would just implement page.setCookie() or page.setExtraHTTPHeaders() into cloudquery that would work too.
I plan to use cloudquery on my school's website portal which requires to be logged in with a student account. I'll develop a program that post automatically the school's news to a Facebook messenger group with a lot of students of my class.
Yeah, It will be a good improvement to have an optional input field to let user input customed header.
The code is quite simple, are you interested in sending a PR?
I can't currently use the tool on a page behind a login page. Is there a possibility to add cookie or custom HTTP header support so that I can specify a cookie to use the tool on a page that requires for example a login before accessing to it?
The text was updated successfully, but these errors were encountered: