Closed (fixed)
Project:
Feed Import
Version:
7.x-3.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2015 at 22:15 UTC
Updated:
18 Feb 2015 at 05:53 UTC
Jump to comment: Most recent
Comments
Comment #1
Sorin Sarca commentedHi,
in Edit source tab, take a look at the "Stream context options" field. Field content should be
and you'll have to replace the {replace-me} with username:password as base64 encoded string. You can create a simple php script to get the encoded string
or you can simply use an online service such as https://www.base64encode.org.
Example: for user = "myuser" and password = "mypass" the encoded string will be
bXl1c2VyOm15cGFzcw==, resultingHope it helps!
Comment #2
Sorin Sarca commentedPlease re-open if you need more info.