Hello!

Not quite sure how to describe this issue, but i'll try.

So i have feed that is turned into node posts and it's on Full HTML input type.
When viewing node i can see that it received all text and image as it should, but image not showing up only Alt text of it.
img src part is correct and you can access it from browser, but as firebug states when node try to receive all elements as stated in html it's access to receive a image is forbidden (403 Forbidden error).

Once again i can access that image straight from browser with link thats provided in source code, but node can't access it.

What should i do?

Comments

alex_b’s picture

Status: Active » Postponed (maintainer needs more info)

Have you tried accessing the image from the server where your web site is hosted? What parser are you using? can you post the URL to the picture here?

blackarma’s picture

Hey alex_b.

Im using wamp v2 on localhost.
If create static html on server and insert same html code thats in drupal source output i don't get 403 and image loads up.
Parser im using is simplepie 1.2
Image URL from code http://s.sk-gaming.com/image/image/5a0983d6b2ef1328m.jpg

Thanks

aron novak’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

It sounds like a hotlinking protection.
http://altlab.com/hotlinking.html
It's nothing to do w/ FeedAPI.
The solution is to save the images locally w/ FeedAPI Mapper + Imagefield