473,471 Members | 1,716 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

RSS Feed on my Intranet

48 New Member
I am trying to display CNET new RSS feeds on my Intranet home page but there is a problem of my proxy I think. I was able to retrieve the RSS file using CFHTTP but when I saw the file it had the following content instead of the normal XML

Expand|Select|Wrap|Line Numbers
  1. <html>
  2.  
  3. <head>
  4.     <title>403 Forbidden</title>
  5. </head>
  6.  
  7. <div style="display:none" id="errorcode">Access has been denied because you are not logged in!</div>
  8.  
  9. <iframe name="errorFrame" height="99%" width="99%" scrolling="auto" ></iframe>
  10. <div style="display:none" id="errrorDiv"></div>
  11.  
  12. <SCRIPT>
  13.  
  14. <!-- stealth tag . . . hide from non-Javascript aware browsers
  15. error_status  = document.title;
  16. proxy_address = "http://xxx.xxx.xxx.x:xxxx";
  17. error_code    = parseInt(error_status, 10);
  18. error_doc     = (error_code < "400") ? "default.htm" : error_code + ".htm";
  19. error_uri     = proxy_address + "/data/error/" + error_doc;
  20. error_desc = document.getElementById('errorcode').innerHTML;
  21.  
  22.   if (error_desc == "Access has been denied because you are not logged in!")
  23.       error_uri+="nwlogin.htm";
  24.   else
  25.       error_uri;
  26.  
  27.   window.errorFrame.location=error_uri;
  28.  
  29. // end of stealth tag -->
  30.  
  31. </SCRIPT>
  32.  
  33. </html>
  34.  
I think it is my proxy server. Any suggestions on how to get the RSS feed on my intranet?

AJ
Jun 19 '07 #1
2 2924
acoder
16,027 Recognized Expert Moderator MVP
I assume you will have to log in to view the content.
Jun 19 '07 #2
amanjsingh
48 New Member
I assume you will have to log in to view the content.
That is what I am thinking but how do I put login and pass of every user?
Jun 19 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Chad A. Beckner | last post by:
I am starting to work on implementing ASP.NET (using VS.NET Dev 2003) into our current ASP 3.0 intranet setup. We have several (say 15 - 20) "applications" that are run within our intranet, which...
1
by: Steve | last post by:
I have a script that has been modified from one that I found on the internet to display RSS feeds in html. The script works fine for most RSS feeds but there are a number that it fails on with the...
4
by: shapper | last post by:
Hello, I offer RSS feeds on my web site. How to make browsers, like Firefox, to recognize the RSS channels I offer? Thanks, Miguel
6
by: affiliateian | last post by:
Total newbie here for this so please be patient. We manually update our XML feed when we publish an article on our website. Can we add a javascript tracking pixel (from phpadsnew) into the XML...
4
by: Florian Lindner | last post by:
Hello, I'm looking for python RSS feed parser library. Feedparser http://feedparser.org/ does not seem to maintained anymore. What alternatives are recommendable? Thanks, Florian
6
by: boriq | last post by:
Hallo, I created a project with more that 1000 different pictures in it. The project website is divided into more subpages. Problem is that these pages (pictures) are not cached on local...
5
by: Ed Flecko | last post by:
Hi folks, I'm trying to figure out this whole RSS feed thing. I've created my .xml file to use for my feed, and my browsers "recognize" that I have an RSS feed, and you can subscribe, etc., etc....
4
by: Blake Garner | last post by:
I'm looking for suggestions on how to approach generating rss feed ..xml files using python. What modules to people recommend I start with? Thanks! Blake
2
jamwil
by: jamwil | last post by:
What's up guys. I'm having some issues... I've created a method as part of my lifestreaming class which takes an rss feed, and puts the data into a database... It's fairly simple... Check...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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,...
1
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...
0
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.