Skip to main content
Best practices
0 votes
1 replies
24 views

I want to know the best practice for IP whitelist filtering in FastAPI. I'm used to writing Django APIs, but now I need to get the work done using FastAPI. Anyways, the ALLOWED_HOSTS feature in django ...
Geo's user avatar
  • 306
0 votes
1 answer
50 views

In Neo4j, when assigning write privileges on a spicific node type for a role, I can deny write permission on some property on that node type, but also grant write permission on all the node's ...
Kt Student's user avatar
1 vote
1 answer
32 views

FastifyAdapter bypasses global ValidationPipe for tz, resulting in 400 whitelistValidation error in production builds Description I’m experiencing an issue where my global ValidationPipe is correctly ...
user30901179's user avatar
0 votes
1 answer
44 views

I'm working on an application (could be web or mobile) that's currently being tested by a potential client. Their IT and Security team needs a list of all external URLs or domains the app communicates ...
Moncef Moussaoui's user avatar
0 votes
0 answers
47 views

So basically I were creating a whitelist system in node.js to check if the user is whitelisted by checking the role. If user in guild and if the user has the role It will response as ACCEPTED but If ...
İlyax's user avatar
  • 11
0 votes
0 answers
56 views

I'm using Tesseract both on my Windows 10 machine and in the Docker container based on the alpine:3.21 image. Windows tesseract --version is tesseract v5.5.0.20241111 leptonica-1.85.0 libgif 5.2.2 :...
Roman Khomyshynets's user avatar
-1 votes
1 answer
1k views

How can I get the outbound IP range for AWS SES in eu-west-1 region. How often do the IP range changes. I need it to help my server whitelist them for dynamic email sending with SMTP.
ttalib's user avatar
  • 39
0 votes
1 answer
107 views

I am trying to find a tag that matches a particular image repository in the Docker registry. curl -X GET http://my-registry-ip-address/v2/ancean-api/tags/list\ result: {"name":"ancean-...
Antoliny Lee's user avatar
0 votes
1 answer
72 views

so I am having issues whitelisting a IP range to allow access to the wp-admin endpoint under location. I have something similar to the below in the nginx.conf (The IP listed is an example). When I ...
Jason Quinlan's user avatar
-3 votes
2 answers
124 views

I have data that will be changing daily. I'd simply like to get a count of unique values from the first column if the data in the same row of the 2nd column matches anything in the 3rd column located ...
KananBendu's user avatar
0 votes
2 answers
788 views

I have a NodeJS backend deployed on an EC2 instance of AWS. One of the problems I'm experiencing is that I'm getting random requests to routes that don't exist (I imagine it's a bot). I would like ...
RoachCat's user avatar
1 vote
2 answers
941 views

I was working at a WeWork location and have been connected to my DO database the entire week without any issues. Today I left the office for a few hours, came back and found that I was no longer able ...
Carlo Nyte's user avatar
0 votes
1 answer
434 views

I'm trying to block certain IP addresses from accessing my website using laravel 11.3.0, all the solutions i.m coming across suggest the method were you register the middleware in kernel.php but the ...
Mafumu's user avatar
  • 15
0 votes
0 answers
44 views

While executing the EXE file, we can't able to access the exe file due to environment and network constraint, we need to deploy the process in the user system without converting PY files to exe. We ...
chandana vedamurthy's user avatar
2 votes
0 answers
371 views

I am working on a project that utilizes a JavaScript source writeKey to send data to Segment Analytics. Since this code runs on the client-side, I'm concerned about the potential for the writeKey to ...
Angie Navia's user avatar

15 30 50 per page
1
2 3 4 5
46