cross-site Questions
4
Solved
I wonder if there are many servers that are supporting CORS?
Era asked 10/2, 2011 at 2:39
6
Solved
We have a site developed using Angular 7 and it uses Adal-Angular4 library for Azure Active Directoty authentication. When the site is browsed in safari on iPhone, it runs into below error.
Error:...
Timer asked 25/4, 2020 at 9:46
5
I've just noticed my console is littered with this warning, appearing for every single linked resource. This includes all referenced CSS files, javascript files, SVG images, and even URLs from ajax...
Budding asked 7/8, 2020 at 8:19
2
I would like to secure my cookies using SameSite=strict. But is there a way to allow it to be accessed by few domains alone?
Beetner asked 24/11, 2020 at 11:38
5
Solved
From my perspective, the technologies referred to as Cross-Origin Resource Sharing (CORS) and Content Security Policies (CSPs) seem to be very similar in purpose and implementation.
Both seem to a...
Electrostatic asked 14/9, 2016 at 10:33
3
I am using google maps api and on the page I have this
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
now, because of this, as yo...
Metaphysics asked 24/7, 2014 at 4:49
1
Solved
I'm developing an iframeable component and have now stumbled over something that looks like a security problem.
I have two web sites:
site A, running at http://localhost:3002
site B, running at ht...
Accepter asked 28/7, 2021 at 8:1
1
I noticed that when Prevent cross-site tracking is checked in Safari, I am unable to set the secure cookies. I described this issue in great detail in this question.
Then how do you set the secure ...
Closestool asked 15/8, 2020 at 15:21
2
Here in my javascript function im using location.href as follows
location.href = "../Floder1/result.jsp"; it is working fine but when i used fortify tool it is showing Cross-site Scripting which ...
Unprofessional asked 22/8, 2014 at 6:35
1
I'm new to CORS configuration and trying to figure this out, but my set up looks like it is right according to the documentation. I'm hoping you can help me see what I've missed. My code is trying ...
Rotenone asked 12/6, 2020 at 23:3
1
Solved
I need some help understanding a case which I can not find described in material I have found describing the new SameSite restrictions for Chrome. Currently, I have a case where I have a site hoste...
Weinert asked 20/3, 2020 at 3:25
1
Solved
Chrome is giving me the following warning:
A cookie associated with a cross-site resource at http://quilljs.com/
was set without the SameSite attribute. A future release of Chrome
will only de...
Doublecheck asked 13/11, 2019 at 4:20
1
I am using react.js, and I'm trying to integrate lucky orange into my web app. I added the code snippet in the head tag of the index.html file, but I get a warning saying:
A cookie associated w...
Hepatica asked 4/11, 2019 at 3:28
4
Solved
Trying to set up CORS with authentication. I have a Web API site up at http://localhost:61000 and a consuming web application up at http://localhost:62000. In the Web API Startup.cs, I have:
publ...
Glee asked 18/4, 2018 at 12:47
18
Solved
I have to call domain A.com (which sets the cookies with http) from domain B.com.
All I do on domain B.com is (javascript):
var head = document.getElementsByTagName("head")[0];
var script = docum...
Reprove asked 3/1, 2009 at 4:8
0
With new approach of Safari browser we have problem to autheticate users on third-site domain:
a) On our webiste user log-in and create auth cookie valid for servicedomain.com
b) user is using ou...
I asked 17/10, 2018 at 14:3
3
Solved
The new code from tumblr {LikeButton} comes with a very few options: color and size.
It injects an iFrame, which handles the "Like" functionality and provides SVG graphics.
However because of th...
Pigeonhole asked 11/2, 2014 at 17:20
2
Solved
My app worked well so far, when all was done by accessing its public IP.
Now, it's being added to the main site, as app.mainsite.com.
It's accessible like that. I can log in, etc, everything.
But...
Mandimandible asked 10/4, 2015 at 10:22
2
Solved
I'm building a website that is functionally similar to Google Analytics. I'm not doing analytics, but I am trying to provide either a single line of javascript or a single line iframe that will add...
Postmeridian asked 20/8, 2013 at 1:40
2
Is Angularjs takes care of XSS attack. I have read that ng-bind takes care. But When i try to do a sample to test that, it allows me to insert html tags in input type with ng-model...it didn't esca...
Corrigan asked 11/4, 2014 at 8:51
2
Solved
I'm trying to get Flask to handle cross-site scripting properly. I've taken the crossdomain decorator snippet from here:
http://flask.pocoo.org/snippets/56/
In the code below, I've put the decorat...
Unicef asked 26/4, 2013 at 16:59
3
Solved
I understand Cross-Site Request Forgery and found numerous blogs,articles on web to handle it in asp.net mvc,but have not got a decent links,helpful solutions to deal with CSRF attacks in asp.net w...
Gyrostat asked 10/7, 2014 at 11:49
2
Solved
I'm having trouble connecting some dots having recently learned of JSONP. Here's my understanding:
Cross-domain XmlHttpRequests for any content (including JSON) is banned, due to the same origin ...
Misericord asked 18/8, 2011 at 17:7
2
Solved
currently i'm working on ASP .NET MVC 4 application. We are using the provided [ValidateAntiForgeryToken] and the corresponding @Html.AntiForgeryToken() to generate the hidden field in our forms wh...
Belemnite asked 11/8, 2013 at 18:28
5
I am having a application where frontend being built using HTML, CSS and Javascript code. Backend will be created using core java, Restlet.
Now the real problem is frontend and backend both will ...
Lanugo asked 25/7, 2013 at 20:41
1 Next >
© 2022 - 2024 — McMap. All rights reserved.