Backend request doesn't contains cookie when cookie configured in browsertime
See original GitHub issueHi, I trying to use browsertime’s cookie parameter in order to send all the requests with this cookie. The problem is, when printing the request at the server side, I’m not getting the cookie information.
the config.json looks like this:
{
"browsertime": {
...
"cookie": "blabla=1",
...
}
...
}
- i’m testing it locally (macOS)
- in my Node.js package.json using version
"^7.3.4"
- browser: chrome Version 69.0.3497.100 (Official Build) (64-bit)
any idea what went wrong?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
7 Keys to the Mystery of a Missing Cookie - Medium
There are a couple of reasons why a browser will not attach a cookie to the request. Cross-site requests, Chrome handling of SameSite ......
Read more >How to configure Browsertime - Sitespeed.io
You have the following options when running Browsertime within docker (run docker ... format key:value --cookie Cookie that will be added to the...
Read more >Does every web request send the browser cookies?
Yes, as long as the URL requested is within the same domain and path defined in the cookie (and all of the other...
Read more >Securing Applications and Services Guide - Keycloak
These are the basic steps for securing an application or a service in Keycloak. Configure a client using one of these options: A...
Read more >Icinga Web 2 Changelog
While we have no burgers (but cookies!) you are nevertheless welcome to visit ... used for the config backend does not update the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Found the issue with Liran: The option
browsertime.cacheClearRaw
cleared the cookies set previously. Is this considered expected behaviour or would you consider a “fix” for this @soulgalore ?Released this early this morning in 7.7.0! I’ll close the issue but please let me know if you still have a problem.