Discussion:
Problem passing uid and password in feed
vcbock
2005-11-04 17:21:22 UTC
Permalink
Hello helpful people!

I'm trying to set up a feed to a password protected site, but am
getting parsing errors.

Feed Validator results are here:

http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.q2learning.com%2Frss%2Ftestrss.xml

What am I doing wrong?

Thanks,

Valerie








Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/rss-dev/

<*> To unsubscribe from this group, send an email to:
rss-dev-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
James Holderness
2005-11-04 19:31:27 UTC
Permalink
You need to escape the ampersands in your urls. The link should look
something like this:

<link>http://q241.collabhost.com/JeCampus/go/Testbed/?userid=guest1&amp;pwd=guest1</link>

Regards
James
Post by vcbock
I'm trying to set up a feed to a password protected site, but am
getting parsing errors.
http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.q2learning.com%2Frss%2Ftestrss.xml
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/rss-dev/

<*> To unsubscribe from this group, send an email to:
rss-dev-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Klaus Johannes Rusch
2005-11-04 19:32:28 UTC
Permalink
Post by vcbock
I'm trying to set up a feed to a password protected site, but am
getting parsing errors.
http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.q2learning.com%2Frss%2Ftestrss.xml
The ampersand (&) is not correctly escaped as &amp;

You get a similar error message if you try the feed document in your
browser:
XML Parsing Error: not well-formed
Location: http://www.q2learning.com/rss/testrss.xml
Line Number 5, Column 76:
<link>http://q241.collabhost.com/JeCampus/go/Testbed/?userid=guest1&pwd=guest1</link>

PS. The site is not password protected.
--
Klaus Johannes Rusch
KlausRusch-***@public.gmane.org
http://www.atmedia.net/KlausRusch/




Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/rss-dev/

<*> To unsubscribe from this group, send an email to:
rss-dev-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Valerie Bock
2005-11-04 20:29:08 UTC
Permalink
Thank you so much Klaus, the ampersands were indeed the problem!

Valerie Bock
vbock-jo+akwYhNLYg9ELcbhaJlAC/***@public.gmane.org
http://www.vcbconsulting.com


-----Original Message-----
From: rss-dev-***@public.gmane.org [mailto:rss-dev-***@public.gmane.org] On Behalf Of
Klaus Johannes Rusch
Sent: Friday, November 04, 2005 1:32 PM
To: rss-dev-***@public.gmane.org
Subject: Re: [RSS-DEV] Problem passing uid and password in feed
Post by vcbock
I'm trying to set up a feed to a password protected site, but am
getting parsing errors.
http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.q2learning.com%2Frs
s%2Ftestrss.xml
The ampersand (&) is not correctly escaped as &amp;

You get a similar error message if you try the feed document in your
browser:
XML Parsing Error: not well-formed
Location: http://www.q2learning.com/rss/testrss.xml
Line Number 5, Column 76:
<link>http://q241.collabhost.com/JeCampus/go/Testbed/?userid=guest1&pwd=gues
t1</link>

PS. The site is not password protected.
--
Klaus Johannes Rusch
KlausRusch-***@public.gmane.org
http://www.atmedia.net/KlausRusch/




Yahoo! Groups Links












Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/rss-dev/

<*> To unsubscribe from this group, send an email to:
rss-dev-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Loading...