ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on December 14, 2020, 02:53:40 pm

Title: Localstorage states
Post by: queensgambit9 on December 14, 2020, 02:53:40 pm
Hi

I would like domain A to have access to Localstorage states created on domain B.
Would that be possible with some redirect or similiar from B -> A?

Title: Re: Localstorage states
Post by: paramvir on December 14, 2020, 08:21:56 pm
It may not be directly possible due to browser security restriction.

If domain B wants to share its localStorage with domain A, then B can post it to server and server can send it to domain A.