FAQsSetting and processing datafeedArticle

How do I have to set the URL to the datafeed?

- HTTP normal: http://www.example.com/path_to_datafeed.ext
- HTTP password restricted: http://www.example.com/path_to_datafeed.ext?pass=password
- HTTP basic authentication restriction: http://user:password@www.example.com/path_to_datafeed.ext
- FTP user and password restricted: ftp://user:password@www.example.com/path_to_datafeed.ext (in this case the file is obviously static, previously generated).

Listed in: Setting and processing datafeed