403 when opening image through server

  • Thread starter Thread starter browser
  • Start date Start date
B

browser

when i open this simple page using server (http://localhost... or
remote one)
<HTML><BODY>
<iframe
src="http://galleries2.ftvcash.com/First-Time-Video/Babes/content/1/01.jpg"
</BODY></HTML>

i receive 403 error

when i simply open this file in my browser (file:// ...)
everything is ok

then also opening using any server works ok (because image is cached)

i have no idea what is going on.

i checked with firefox and IE,
images also from few different servers do not load properly.
of course from many other ones they are loaded without any problems.

what happens on the server side???? i have no idea
 
when i open this simple page using server (http://localhost... or
remote one)
<HTML><BODY>
<iframe
src="http://galleries2.ftvcash.com/First-Time-Video/Babes/content/1/01.jpg"
</BODY></HTML>

i receive 403 error

when i simply open this file in my browser (file:// ...)
everything is ok

then also opening using any server works ok (because image is cached)

i have no idea what is going on.

i checked with firefox and IE,
images also from few different servers do not load properly.
of course from many other ones they are loaded without any problems.

what happens on the server side???? i have no idea

see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4

for an idea (basically: the server refuses (for some reason) to let you
have it)


Hans Kesting
 
I know what 403 error means.

I only do not know how server recognize who is asking for this file.

I also forgot to mansion, that when I ask for this file directly as a
webbrowser link , i DO NOT HAVE 403 - picture is loaded correctly.
 
I understand what 403 does mean.
But I do not understand why I have it.

I forgot to mansion , that when I simply put this image link to browser
I HAVE THIS PICTURE and I do not have 403 !!!

How server can recognize who is asking for this picture?
What is a difference between asking as a link in webbrowser, asking as
a link <img src=""> from html file which is open through file://

and between asking for this file using http:///

??????

Where is this information sent?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top