#223 new
Tyler

Does not work with RSS feed with the '&' character in the URL

Reported by Tyler | February 13th, 2009 @ 03:44 AM

Wp-o-matic does not with RSS feed with '&' character in the URL, this is because wp-o-matic convert the '&' to '&' when sending the URL to the feed web server.

For example,

http://somedomain.com/rss.php?ca...

get convert to:

http://somedomain.com/rss.php?ca...

This converted url will be rejected by the server because the '&' is not part the URI specification.

Encoding '&' to '&' is only for displaying in HTML (HTML encoding)

'&' is a valid entity in URI specification and should not be further encoded when sending to server to fetch the feed.

Thanks.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

WP-o-Matic project.

People watching this ticket

Pages