igniterealtime / Openfire-Chat

Chat API (REST) for Openfire
https://discourse.igniterealtime.org/t/openfire-chat-api/68792
15 stars 8 forks source link

Add support for RSS/Atom feeds for PWA with proxy url fetch #13

Closed deleolajide closed 5 years ago

deleolajide commented 5 years ago

RSS Feeds won't work from a standard web page without support of a proxy web server because of cross-domain permissions and policies. In other words, the JavaScript in the web page from your web site cannot load an RSS/Atom file from a web site with a different domain. See https://github.com/igniterealtime/Pade/issues/192

Provide a proxy URL fetch service that can fetch any RSS/Atom feed URL and bypass cross-domain issues for all web apps hosted in the chat api web server.

deleolajide commented 5 years ago

This is now available in version 0.9.5 Release 5

image

jac110 commented 5 years ago

Waow, that was fast ! Many thanks for the solution.