question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Backend request doesn't contains cookie when cookie configured in browsertime

See original GitHub issue

Hi, 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:closed
  • Created 5 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
omrilotancommented, Oct 18, 2018

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 ?

1reaction
soulgalorecommented, Oct 22, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found