Top "Access-control" questions

Access control is the process of limiting the access of ability of users or services to certain resources.

How to add an Access-Control-Allow-Origin header in IIS7 with restrictions

I need to access a font file in my application from the server that I also own. It works for …

asp.net iis cross-domain font-face access-control
the protected and private member variables in C++ inheritance

I am a newbie to C++, I have a question regarding to the c++ protected and private members in inheritance. …

c++ inheritance access-control
GitLab issuing temporary IP bans - 403 forbidden

My GitLab instance setup will occasionally put in place an IP ban on our own IP address, resulting in all …

nginx gitlab ip-address access-control
Role Based Access Control in Angular2?

I understand the working of JWT based authentication, but I am struggling to understand the correct approach to create a …

angular typescript single-sign-on access-control
Symfony granting path access to multiple roles in security.yml

Hi I would like to be able to allow access to a path in security.yml based on the user …

php security symfony roles access-control
How to set up a git repository where different users can only see certain parts?

How do you set up a git repository where some users can see certain parts of the source code and …

security git version-control repository access-control
Socket.io access-control-allow=origin error from remote site

I am trying to access a socket.io server from another site. It worked for a few weeks but now …

node.js xmlhttprequest remote-access socket.io access-control
Implementing ACL for my PHP application

My RealEstate PHP Application have following user groups, Admins, Moderators Agents i want to specify following permission to the following …

php acl access-control
How to make an instance property only visible to subclass swift

I'm trying to declare a instance property in swift so that it is only visible to it's class and subclasses. …

swift access-control