473,779 Members | 2,050 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

get RSS from behind firewall/proxy ?

TMN
Hi

I am trying to get fetch rss from news sites from behind our corporate
proxy/firewall but no php function has
worked - I have tried curl etc but simply get no response. These
scripts work fine at home so I have to believe it is due to our
restrictive network - any ideas ???

Thanks
Tim
Jul 7 '08 #1
11 5833
On Jul 7, 9:50*am, TMN <nash....@gmail .comwrote:
Hi

I am trying to get fetch rss from news sites from behind our corporate
proxy/firewall but no php function has
worked *- I *have tried curl etc but simply get no response. These
scripts work fine at home so I have to believe it is due to *our
restrictive network - any ideas ???

Thanks
Tim
My experience with RSS is that CURL should work straight away, which
further reinforces your theory. I would suggest having a conversation
with your network admin. Figure out for sure if he's blocking RSS
feeds, and if so why. Maybe he can make an exception for your app.

If that's not an option, I'm really not sure what to tell you. I do
know that CURL should be able to do anything your web browser can do.
Back in High School I used to get through the firewall by using
babelfish as a proxy...maybe you could try that?
Jul 7 '08 #2
Greetings, TMN.
In reply to Your message dated Monday, July 7, 2008, 18:50:57,
I am trying to get fetch rss from news sites from behind our corporate
proxy/firewall but no php function has worked - I have tried curl etc but
simply get no response.
If you can access these RSS feeds from your regular browser - you have wrong
setup for cURL.
These scripts work fine at home so I have to believe it is due to our
restrictive network - any ideas ???
Read my comment above - you haven't done enough testing.
Especially cURL can use proxy connections.
--
Sincerely Yours, AnrDaemon <an*******@free mail.ru>

Jul 7 '08 #3
TMN wrote:
Hi

I am trying to get fetch rss from news sites from behind our corporate
proxy/firewall but no php function has
worked - I have tried curl etc but simply get no response. These
scripts work fine at home so I have to believe it is due to our
restrictive network - any ideas ???

Thanks
Tim
Can you access them from the your machine with any software? If so, you
have a programming problem. The firewall doesn't distinguish between
Curl and an RSS reader.

If you can't access then with any other software, chances are it is the
firewall - and you'll have to talk to your network administrator to get
access.

Good luck.
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Jul 8 '08 #4
On Jul 7, 6:34*pm, AnrDaemon <anrdae...@free mail.ruwrote:
Greetings, TMN.
In reply to Your message dated Monday, July 7, 2008, 18:50:57,
I am trying to get fetch rss from news sites from behind our corporate
proxy/firewall but no php function has *worked - I *have tried curletc but
simply get no response.

If you can access these RSS feeds from your regular browser - you have wrong
setup for cURL.
These scripts work fine at home so I have to believe it is due to *our
restrictive network - any ideas ???

Read my comment above - you haven't done enough testing.
Especially cURL can use proxy connections.

--
Sincerely Yours, AnrDaemon <anrdae...@free mail.ru>

Just use an online RSS news reader like Google Reader, it does
everything through port 80 so it won't be blocked.

Jul 8 '08 #5
..oO(netstreame r)
>Just use an online RSS news reader like Google Reader, it does
everything through port 80 so it won't be blocked.
Normal RSS also works on port 80, it uses plain HTTP.

Micha
Jul 8 '08 #6
TMN
AnrDaemon,Jerry

You guys are right - I can get the feeds in my browser.
But I have tried all the curl options I could find including:

curl_setopt($ch , CURLOPT_PROXY, 'fakeproxy.com: 1080');
curl_setopt($ch , CURLOPT_PROXYUS ERPWD, 'user:password' );
If you could give me some other pointers I would be gratefull !

Thanks
Tim
Jul 9 '08 #7
TMN
netstreamer

I need to save the feeds for other purposes....

Tim
Jul 9 '08 #8
TMN wrote:
AnrDaemon,Jerry

You guys are right - I can get the feeds in my browser.
But I have tried all the curl options I could find including:

curl_setopt($ch , CURLOPT_PROXY, 'fakeproxy.com: 1080');
curl_setopt($ch , CURLOPT_PROXYUS ERPWD, 'user:password' );
If you could give me some other pointers I would be gratefull !

Thanks
Tim
Not knowing your network setup, it's almost impossible to give you a
good answer. But to start, what is your current code and the proxy
setting in your browser.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===

Jul 9 '08 #9
TMN
>
I have no idea how your proxy is set up, so I have no idea how you need
to authenticate it. *The same is true for anyone else here.

You need to talk to your sysadmin and find out what's required for proxy
authentication.

Thanks - but how does my browser do it - all it knows is the proxy
address and my credentials ?

Tim

Jul 10 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
11832
by: demonhunter | last post by:
Hi, I am trying to fetch a web content using LWP and HTTP modules behind corp firewall. I set proxy server as shown in my internet explorer connection setup. When i run the script, i got successful response, but the return content is not the webpage i requested at all. It shows something like: ------------------------------------------------- function FindProxyForURL(url,host) { me=myIpAddress();
1
4525
by: Brian McGonigle | last post by:
I'm trying to use cpanp behind a firewall and I'm not having any luck. However, cpan works fine with my proxy configs (I've set http_proxy and ftp_proxy in my shell environment). I've tried just host:port and http://host:port with no luck. Has anyone run into this problem? Thanks, Brian
0
303
by: KumarForG | last post by:
hi, i have a webservice and it's client in dotnet. the client is coded to assign the proxy property to the service object, with the proxy url and authentication details. however, there is a particular configuration with seperate proxy and firewall where the invocation does not work.
5
5369
by: John | last post by:
Hi Does anyone have an example of using the Internet Transfer Control from behind a proxy server on port 8080? Thanks Regards
2
5713
by: Miguel | last post by:
Hi, I'm developing an application in C# with Windows Forms for my company that is similar to the MSN Messenger. This application uses a webservice for registering users, etc... and as 2 webbrowser controls on it. Besides that i'm using the firewall client for isa server 2004 and it seems that the browsers aren't able to pass thru it... if i disable the firewall the browsers work fine, if i don't, the 2 browsers just stay there...
10
6291
by: Parth | last post by:
Hello everyone, I need some help regrading byassing firewalls.My college has internet aces but it prevents us from dowloading music(*.mp3,*.mid,etc.)from the net.I use a win xp sp2 and browse using ie 6. Is there any way how i can dowload music on my computer using this connection. (We have a proxy server throught which all the connections pass) Thanks, Parth Shah
2
3050
by: sameer | last post by:
hi all, Description of my .net application: Desktop application using webservices over the internet to communicate with the sql server2000 database which is sitting behind the webserver. Done in VS2003 using VB.net on framework 1.1, Database is sql server 2000 Application works perfectectly ok and no problems at all even if there is a firewall in between. Question is would my application have any problems if it is calling the
6
2163
by: John | last post by:
Hi My app is running on a windows 2000 server with isa 2000 installed. How can it access an external sql server (using its ip) from within the isa 2000 firewall/proxy via code? Thanks Regards
0
1528
by: ndskim | last post by:
Currently I have the Web Services Proxy code generated by the WSDL.Exe command line. My Web app consists of ASP.NET in VB 2005 version. Here is what I have in the sample code: ' Set Proxy Credentials to the current network DefaultCredentials. With lds_WebService
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10305
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10074
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8959
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7483
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2867
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.