firewall
how to simulate firwalls and proxies when developing code? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-18 02:04 分类:问答How can you check for existing firewall rules using Powershell
So, I\'ve got this script: function Add-FirewallRule { param( $name, $tcpPorts, $appName = $null, $serviceName = $null[详细]
2023-03-17 22:31 分类:问答Java vs. firewall: how to let Java applications have their own set of rules
Let\'s say I have coded a Java application that requires Internet access. Usually the firewall pops up and asks whether or not this is OK. Now I have the options to generally allow Internet access or[详细]
2023-03-17 19:15 分类:问答Setting USE_SHARED_SOCKET to reach Oracle database through firewall
I have an oracle client which communicates with an Oracl开发者_运维知识库e database through a firewall.[详细]
2023-03-15 08:10 分类:问答Retrieve BLOB MySQL PHP issue when the data is transmitted through web server firewall
We are facing a critical issue with BLOBs being retrieved from MySQL DB using PHP and transmitted through the firewall. Same PHP code works fine when the DB is hit directly from localhost bypassing th[详细]
2023-03-13 16:49 分类:问答Restrict Apache Solr access in Glassfish. Basic Authentication vs. Firewalling
I have an Apache Solr instance deployed in Glassfish and I am using this Solr instance from Java code via Solrj. The thing is, that I want to restrict access to Solr so that just this Java code can ac[详细]
2023-03-13 14:35 分类:问答Application shown as threat by AVG
I am working on project in VB.Net that includes Socket Communication and embedded HTTPListeners, this is开发者_如何学Go a group of applications that intercommunicate using Sockets. My problem is from[详细]
2023-03-12 02:14 分类:问答All localhost pages via WAMP blocked?
I\'ve been trying to fix a weird 403 Forbidden error I get when I try to go to one of m开发者_Python百科y pages via WAMP on the localhost.[详细]
2023-03-11 23:25 分类:问答How to check whether UPnP port 1900 and Bonjour port 5353 is blocked by the firewall
I am listing the all the local area network devices using UPnP in C# .NET, I am using UPnP API\'s given by windows in C# .NET (by adding reference to UPnP COM Library). When UPnP Scan don\'t see any d[详细]
2023-03-09 09:28 分类:问答Windows Server2008: Is opening smtp port not enough for sending mail?
I have written a simple program in C# that sends mail notifications. It works great on Windows 7, but it fails on Server 2008.[详细]
2023-03-09 00:36 分类:问答