Cross-site means the interaction cross separate domains of authority.
Questions tagged [cross-site]
246 questions
-1
votes
2 answers
I facing error on facebook sdk login using yii2
Actually I'm trying to get user Long lived access token and user id with facebook sdk plugin in yii2. But problem I facing is that when we click on facebook login button it will go to the facebook page correctlly and login successfully, but when it…

Vishnu Sharma
- 39
- 1
- 2
- 8
-1
votes
1 answer
Yii Framework 2.0 sending ajax get request from sub domain to main domain
I try to send an AJAX GET request from a sub domain to a main domain. Below is my AJAX code.
$.get('http://my-yii2-website.com/controller/test-method',
{data: '1')},
function(returnedData){
alert(returnedData);
},
…

O Connor
- 4,236
- 15
- 50
- 91
-2
votes
1 answer
How to remove div in cross site div?
I have an iframe youtube video, where i want to remove an div element.
I can do it in in the console as long I manually folded out the div which I am looking for, but otherwise i am not able to find it using document.getElementByClassName()..
Is it…

anita
- 193
- 10
-2
votes
2 answers
Cross site XMLHttpRequest Content Security Policy directive workaround?
I'm using an userscript that plays a sound and sends some notifications to me, whenever something on a website does change according to my defintions.
Recently, a server-side change that fixed an unrelated XSS exploit prevent those two things as…

xqz313
- 751
- 2
- 6
- 9
-3
votes
1 answer
How can we secure the URL from: /Contact-Us.php to: /Contact-Us.php/">
How can we secure the URL from:
/Contact-Us.php to:
/Contact-Us.php/">
This script is added to form input.

Voolapati Manohar
- 69
- 1
- 11
-3
votes
1 answer
comunicate between 2 windows with javascript
Following problem:
I have one website which contains a huge number of data sheets, another website which contain a form to be filled out. I want to have a third windows, which contains a control script. The control script asks the user to enter the…