Questions tagged [protected-resource]

15 questions
38
votes
1 answer

Django - Understanding X-Sendfile

I've been doing some research regarding file downloads with access control, using Django. My goal is to completely block access to a file, except when accessed by a specific user. I've read that when using Django, X-Sendfile is one of the methods of…
orokusaki
  • 55,146
  • 59
  • 179
  • 257
4
votes
1 answer

Aborting a process in Ada that uses a protected object that requeues

I'm experiencing some troubles with my program. I have a process that calls a function (Take_Job) that is supposed to remain blocked until a time (MINIMUM_WAIT) passes. If it doesn't happen that way, a message informing of this situation will…
ArthurTheLearner
  • 315
  • 4
  • 12
3
votes
1 answer

Authenticating with Google OAuth

Im currently working on an OAuth authentication system for my site that allows the login of users via the Google API. Im working with Codeigniter 2.0.2 and I do not have PECL OAuth compiled on my server, so im having to use raw php to do this. I…
RobertPitt
  • 56,863
  • 21
  • 114
  • 161
1
vote
0 answers

Downloading files from protected website with VBA-Excel

I'm trying to download a file from a protected webpage (from my job, so I cannot post the url). When I save the bytes (I'm using a WinHTTP request), in an .xls, the file appears to be corrupted. My code (without sensitive information) and a little…
1
vote
0 answers

Node.js won't render on Chrome but renders on Postman with JWT authentication

I have a sign-in sign-up page. On sign-up part, The user can sign up and should be authenticated and given a token that is stored in a local storage. after that user will be redirected to a profile page with the token, but before redirecting since…
aRtoo
  • 1,686
  • 2
  • 18
  • 38
1
vote
0 answers

Security of application properties

Currently I have a Java rest component which has a properties file that contains properties of all the 3rd party services it talks to and the db config in plain text.It resides inside my resource folder. How do I secure this plain text config file?
user5118993
  • 399
  • 1
  • 2
  • 20
0
votes
0 answers

Private S3 Image handling with user created content

Hi guys i could use some help. I am currently working on a project where we allow our users to create let's say papers, where they can create multiple entries for the given paper. The project currently consists of a svelte frontend, kotlin backend…
0
votes
0 answers

How to automate Web Scraping with R from a password protected website?

I'm very new in web scraping and automation and for this reason I ask if you can give me a hand with this problem: I have a dataframe with information about several spanish companies. I want to identify the company sector, extracting CNAE…
0
votes
1 answer

SAML protected resource

I am trying to protect a resource using SAML. There are three actors at play: identity provider (IDP, outside of my control), service provider (SP, I happen to be using spring-security-saml, but this question is not specific to that), and the…
wearebob
  • 376
  • 2
  • 15
0
votes
1 answer

Can I tell valgrind to warn me on future accesses to a certain range of memory?

I know valgrind can notice invalid accesses to memory even when the OS doesn't, by some sort of magic instrumentation. My question: Can I tell it, at runtime and assuming my program is being run by valgrind, to start monitoring (write) accesses to a…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
0
votes
1 answer

Objc-DataFile-Unreadable Substring-Unknown to any encoding

I have a DataFile, built by subsidiairy Application. I need to locate some substring contained in the data file. They are identifiable by the character symbols delimiting them. For instance : *!substringqSxt .The substring will vary from a project…
0
votes
2 answers

Visual Studio - Visual Basic - Protected Memory Error?

Currently I am using Visual Basic 2008 (.NET Framework 2.0) to create a program. However, when I add or select controls such as panels, group boxes, etc. I get error messages. For example, when I try to add a panel control I get the following…
0
votes
1 answer

How to protect a resource that is used by multiple ASP.NET pages?

I am working on a project that includes a parent page, This parent page includes two iframe tags that is connected to two other child asp pages. I need to protect a time instance, and it should be like this: In the first child page it should be…
0
votes
3 answers

Error: Inaccessible due to its protection level

This is an example from MSDN which is from the portion explaining 'protected'member access modifier. My question is, why I am getting compile error, if I modifying this program like in Example II, Example I class A { protected int x =…
Arun
  • 1,651
  • 4
  • 20
  • 31
-3
votes
1 answer

Script protected with SourceGuardian on Jelastic Cloud

can I install the script, protected using "SourceGuardian" into Jelastic Cloud? I tried to install "SourceGuardian Loaders", did not happen. Can not find any guide in this case. Thank you in advance.
abrasco83
  • 27
  • 5