arnoudkooi / ServiceNow-Utils

Browser Extension to enhance experience and productivity in ServiceNow
https://arnoudkooi.com
249 stars 117 forks source link

Table search not working on firefox #493

Closed codaroma closed 6 months ago

codaroma commented 6 months ago

Entering command /*meta works on chrome but I get an error on firefox

image image

I can see in the firefox developer console the REST call response status code is "HTTP/1.1 401 Unauthorized"

I can also see in the REST call request headers on firefox that the X-UserToken header has a value of "undefined" instead of g_ck. image

arnoudkooi commented 6 months ago

I could not replicate, maybe because you are on blank.do where no g_ck variable is present?

codaroma commented 6 months ago

I was on /now/nav/ui/classic/params/target/blank.do in chrome too. But now I cannot replicate the issue in firefox anymore for /now/nav/ui/classic/params/target/blank.do Sorry for the waste of your time.