Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to generateTokens with correct body when using a CookielessRequestInit resource #147

Open
cgooding-va opened this issue Mar 15, 2023 · 0 comments

Comments

@cgooding-va
Copy link

In generateTokens, when a string resource is specified, it will build a body for the request here that includes the private _cookielessApiToken and _cookielessNavigationToken tokens.

However, if a CookielessRequestInit resource is used instead (as I wish to do as I would like to include an Authorization header on my request), these tokens are not injected into the body. There's no real way to inject them myself as they are currently private and I have to build the request during the embed init anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant