Questions tagged [third-party-cookies]

66 questions
0
votes
0 answers

Is there a hack to create user generated event to call requestStorageAccess API automatically on page load?

I'm working on a website which uses third-party cookies for user login. But, recently, firefox has made Total Cookie Protection default making third-party cookies obsolete. To gain access to unpartitioned cookie jar, the documentation…
0
votes
0 answers

Third party Integration react/node

I'm facing an issue from past 2 days, Issue is that I'm trying to call 3rd party API in my react/node project, That third part API is a blocking service of a specific company, which is blocking and unblocking files based on their generated hashes,…
0
votes
0 answers

Enable Third party Cookies Using Javascript

I am using okta as sso, so when i open webpage in incognito mode and try to login using okta incognito mode restrict to store third party cookies for my website and okta session is not created. After enabling third party cookies by clicking on eye…
Prashant Shah
  • 226
  • 1
  • 8
0
votes
1 answer

How to Provide An Origin's First-Party Cookies When Calling it as a Third-Party

Suppose I own a website at "cookiemaker.com". I want my client (website owners themselves) to send HTTP requests to my server that include cookies I generated. In other words: End-User "Bob" visits my site at cookiemaker.com I (cookiemaker.com)…
0
votes
0 answers

Is chrome not blocking all third party cookies?

I opened a website 99acres.com in incognito windows on two browsers on a Macbook. Following are the settings: Chrome Version: 100.0.4896.75 (latest) Third Party cookies: Disabled Firefox Version: 99.0 Browser privacy: Standard My observation One…
Pardhu
  • 5,935
  • 2
  • 11
  • 23
0
votes
1 answer

Understanding Facebook's usage of first party cookie

So previously I've thought that all advertising related cookies (eg. the cookies used by Facebook pixel) are third party cookies. However, with all the privacy related concerns (eg. Safari blocking third party cookies), I also found that Facebook…
Tracey
  • 33
  • 6
0
votes
1 answer

Regarding third-party cookies, who is a "second party"?

I am new to web dev. I don't think web dev is difficult. As long as you find a good explanation, things are crystal clear. Unfortunately most tutorials you came across are not doing a good job. First-party cookie is very easy to understand. I am…
Kid_Learning_C
  • 2,605
  • 4
  • 39
  • 71
0
votes
0 answers

Alternative to HttpOnly / Secure cookies for page requests?

I have a web application that relies on a persistent cookie that is marked as HttpOnly / Secure in order to securely keep the session ID. The issue is when this web application is embedded cross-domain it no longer works with iOS which blocks third…
automaton
  • 1,972
  • 5
  • 25
  • 40
0
votes
1 answer

Browser uses samesite=lax even if samesite=none is specified

I am trying to embed my angular application to another site through iframe. In my angular application I am setting cookies and so when I try to embed the angular application to my other site, the Devtools shows an issue which tells me, that…
0
votes
1 answer

Same Origin Third Party Scripts sameSite attributes sink lighthouse score. There must be some fix

graphcomment.com is not a bad commenting system, quicker to implement than an opensource solution on github pages, and allows for guesting commenting. Of course, like most third-party services once it's it wants to load a lot of resources and…
0
votes
1 answer

How to pass the cookies to third party when samesite=strict which is the default behavior after google chrome version 91

I have a web application and we are calling a third party to process some data. Once it's done, the third party will redirect back to my application (It's a post redirection). To keep the session, we are using cookies. After the google chrome…
0
votes
1 answer

How to allow all third party in chrome using javascript or python?

Is it possible to do following operation using javascript or python? Enter this in url box. chrome://settings/cookies In cookies and other site data -> General settings -> Allow all cookies
Akash
  • 67
  • 1
  • 5
0
votes
4 answers

How can we access cookie provided from authentication server in application server?

I was reading a blog in angular (https://blog.angular-university.io/angular-jwt-authentication/)from its official website wherein for authentication a separate server is used and for application different server is used. So, in this case cookie will…
Sarwan
  • 595
  • 3
  • 8
  • 21
0
votes
1 answer

Can I read/access/listen to cookies from other domain where I am being put inside an iframe?

I've a cross site cookie question as in if I can read/access/listen to the cookie from parent or top window ? Let's say my page is 1234.com and I am being put into nested iframes inside series of domains like abc.com > def.com and finally being…
0
votes
1 answer

Does app tracking transparancy popup give third party cookie access in webview?

Does the new app tracking transparency popup give access to third party cookies in the webview? We're trying to show Scorm files in an iframe in the webview. This requires access to third party cookies which is blocked by default. In the iOS…
skynew
  • 380
  • 3
  • 13