How to model this in django:
1) have a base network of manufacturers
2) under each network their might be several distributors
3) a user of the system can access items through the distributor
4) if a user access the item through the distributor we want that item to be translated where each manufacturer will have their own translation...
Hello there
I have this program that check a website, and I want to know how can I check it via proxy in Python...
this is the code, just for example
while True:
try:
h = urllib.urlopen(website)
break
except:
print '['+time.strftime('%Y/%m/%d %H:%M:%S')+'] '+'ERROR. Trying again in a...
Hey,
Is there a possibility to request some page from different ip addresses using tor network. If yes, then how to achieve that? I've found Java library silvertunnel Netlib. Maybe someone is familiar with it?
...
Where?
I'm trying google and any of the proxys I've tried worked...
I'm trying urllib.open with it...
I don't know if urllib need some special proxy type or something like that...
Thank you
ps: I need some proxies to ping a certain website and not got banned from my ip
...
Hello all, I'm looking to a way to connect a COM+ legacy application to a WCF Service, i have been researching this since a couple of days and i haven been lucky to find any useful information, can anyone point me into the right direction on this?
I Need the old COM+ component to make calls to a new C# WCF Service so I Need some kind of...
Please let me know how to detect whether a user is behind a free web proxy?
...
I have a very simple code that uses HttpURLConnection to access some web site via proxy
System.setProperty("java.net.useSystemProxies", "true");
System.out.println("Proxy: " + ProxySelector.getDefault().select(new URI(urlS)));
URL url = new URL(urlS);
HttpURLConnection ic = (HttpURLConnection)url.openConnection();
i...
Hey ppl...
My program isn't running properly as should be...
I'm getting only the error message (except part) of the urlopen with the proxy... why?
At least, one of the proxy was tested and work correctly...
please, some one take a look on the code here:
http://pastebin.com/cBfv5H8J
edit:
the code doesn't work on the first try part,...
Our proxy configuration (in httpd.conf) to send requests to 2 JBoss instances are given below is based on mod_proxy_balancer
<Proxy balancer://mycluster>
Allow from all
BalancerMember http://192.168.1.2:9080
BalancerMember http://192.168.1.2:8080
</Proxy>
ProxyPass /app balancer://mycluster/app
ProxyPassReverse /app http://192.168.1.2...
I am developing in Appcelerator Titanium for iPhone, and have a weird problem. The Mac I am working on is behind a proxy, and needs to authenticate to communicate with the network. I have set this up through Safari, and it works well in all programs (even Safari in the iPhone Simulator).
The problem is that when my app tries to connect ...
Hello
I'm having some trouble with my script.
It's supposed to open a website trough a proxy but I get, always, this error, with several proxies that I'm trying to...
What could it be?
Traceback (most recent call last):
File "C:\Users\Shady\Desktop\ptzplace.3.0 - Copy.py", line 43, in <module>
h = urllib.urlopen(website, proxies...
If user behind proxy he can set proxy settings in android handset under 'access point option' is there a way i can read proxy settings from android handset?
...
I worte a little Web Proxy program that uses a TcpListener, which listen on a specific port for web calls. Once it recieves a call it creates a socket, gets the header of the call, forwards it onto the web page requested, reads the response and returns it to the client doing the request. The proxy works lovely, but now I want to limit wh...
I wrote a Twisted Python HTTP proxy, and keep getting the following Traceback after navigating to a page through the proxy.
Traceback (most recent call last):
File "C:\ZBrownTechnology\Web Lock\Proxy.py", line 57, in <module>
reactor.run()
File "C:\Python26\lib\site-packages\twisted\internet\base.py", line 1165, in run
self....
We have a application running on Apache Tomcat. When the application is accessed from beyond a proxy, the session information is getting lost or the user is logged out after some time. Please advise.
...
Hi,
I have written one VSTS data driven test case. Where I need to update IE proxy setting for individual test cases. I have written following line of code to change proxy
RegistryKey reg = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections", true);
string va = reg....
I'm writing a web site with rails, which can let visitors inputing some domains and check if they had been regiestered.
When user clicked "Submit" button, my web site will try to post some data to another web site, and read the result back. But that website is slow for me, each request need 2 or 3 seconds. So I'm worried about the perfo...
Hi I use Fidder to test bug fixes directly on non development environments. It allows you to intercept the bogus javascript file and replace it by any other content you specify without needing to deploy any files.
The problem is that I just use this feature from Fiddler, and the interface is not very user friendly (specially if you need...
Hello
I am looking for a proxy access service around the world. I am willing to pay if it's not too expensive. I try to connect to the USA, France and the United Kingdoms mainly. My goal is to reach some location-based web site for these countries (like Hulu, M6, TF1, BBC).
I already have free proxy list, but inefficient. I'm looking f...
Could someone provide ideas how HTTP::Proxy module is compared to others proxies like paros and burp proxy and if someone use it during his work specifically if it used by the pen testing community for real job
...