Note that there are some explanatory texts on larger screens.

plurals
  1. POis it possible to read a csrf token from one site to allow access to content on another site
    primarykey
    data
    text
    <p>Here is the scenario...</p> <p>I have a site:</p> <p><a href="http://internet.com" rel="nofollow">http://internet.com</a></p> <p>and I set a token(cookie, something like that) from <a href="http://internet.com" rel="nofollow">http://internet.com</a> when a user has SUCCESSFULLY logged in.</p> <p>I also have <a href="http://web.internet.com" rel="nofollow">http://web.internet.com</a>.</p> <p>On <a href="http://web.internet.com" rel="nofollow">http://web.internet.com</a> I want to display data to users that have that token/cookie/etc available to them.</p> <p>Here is the use-case</p> <ul> <li>user logs into <a href="http://internet.com" rel="nofollow">http://internet.com</a> (asp.net framework hosted on different server - this is our primary product that requires a subscription / username &amp; login )</li> <li>user then has access to a section that is hidden from plublic view on <a href="http://web.internet.com" rel="nofollow">http://web.internet.com</a> (wordpress site hosted on goDadday - this site contains a knowledge base that we do not want to make public unless they have done [XXXXX] )</li> <li>both sites are hosted independently of each other and do not share a common username and password ====== </li> </ul> <p>Another scenario is to set up wordpress to allow a specific section as a jsonp response. but only if the user is logged in at <a href="http://internet.com" rel="nofollow">http://internet.com</a> to allow the user to have access to the jsonp response located at <a href="http://web.internet.com" rel="nofollow">http://web.internet.com</a> </p> <p>Any ideas from you beautiful people?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload