403 Forbidden

403 Forbidden

am 19.10.2006 20:02:00 von fniles

Our VB program downloads an XML file from a URL on our website to our
client's machine using HTTP control. When it does that, it got the
following error:
"403 Forbidden - The ISA Server denies the specified Uniform Resource
Locator (URL). (12202)
Internet Security and Acceleration Server"
I can bring up a browser (IE) and type in the URL and see the file with
no problem.
Other clients do not have this problem, only this client has this
problem.
We do not have/install ISA Server on our site.
What can I do to fix this problem ?
Thanks.

Re: 403 Forbidden

am 19.10.2006 20:45:19 von IISMVP2005

If you do not have ISA then it sounds like you have entered the wrong URL /
IP Address and getting someone elses ISA server.

Chris

--


Chris Crowe [ IIS MVP - 1997 - 2006 ]
http://blog.crowe.co.nz


"fniles" wrote in message
news:uUqFwi68GHA.2268@TK2MSFTNGP05.phx.gbl...
> Our VB program downloads an XML file from a URL on our website to our
> client's machine using HTTP control. When it does that, it got the
> following error:
> "403 Forbidden - The ISA Server denies the specified Uniform Resource
> Locator (URL). (12202)
> Internet Security and Acceleration Server"
> I can bring up a browser (IE) and type in the URL and see the file with
> no problem.
> Other clients do not have this problem, only this client has this
> problem.
> We do not have/install ISA Server on our site.
> What can I do to fix this problem ?
> Thanks.
>

Re: 403 Forbidden

am 19.10.2006 20:45:19 von IISMVP2005

If you do not have ISA then it sounds like you have entered the wrong URL /
IP Address and getting someone elses ISA server.

Chris

--


Chris Crowe [ IIS MVP - 1997 - 2006 ]
http://blog.crowe.co.nz


"fniles" wrote in message
news:uUqFwi68GHA.2268@TK2MSFTNGP05.phx.gbl...
> Our VB program downloads an XML file from a URL on our website to our
> client's machine using HTTP control. When it does that, it got the
> following error:
> "403 Forbidden - The ISA Server denies the specified Uniform Resource
> Locator (URL). (12202)
> Internet Security and Acceleration Server"
> I can bring up a browser (IE) and type in the URL and see the file with
> no problem.
> Other clients do not have this problem, only this client has this
> problem.
> We do not have/install ISA Server on our site.
> What can I do to fix this problem ?
> Thanks.
>

Re: 403 Forbidden

am 19.10.2006 21:05:48 von fniles

We are using IP address to get to the file, and it is the correct IP
address, all other clients are using the same IP with no problem.
http://myipaddress/XMLFiles/myfile.xml

"Chris Crowe [MVP 1997 -> 2006]" wrote in
message news:uhhZ7668GHA.3960@TK2MSFTNGP05.phx.gbl...
> If you do not have ISA then it sounds like you have entered the wrong URL
> / IP Address and getting someone elses ISA server.
>
> Chris
>
> --
>
>
> Chris Crowe [ IIS MVP - 1997 - 2006 ]
> http://blog.crowe.co.nz
>
>
> "fniles" wrote in message
> news:uUqFwi68GHA.2268@TK2MSFTNGP05.phx.gbl...
>> Our VB program downloads an XML file from a URL on our website to our
>> client's machine using HTTP control. When it does that, it got the
>> following error:
>> "403 Forbidden - The ISA Server denies the specified Uniform Resource
>> Locator (URL). (12202)
>> Internet Security and Acceleration Server"
>> I can bring up a browser (IE) and type in the URL and see the file with
>> no problem.
>> Other clients do not have this problem, only this client has this
>> problem.
>> We do not have/install ISA Server on our site.
>> What can I do to fix this problem ?
>> Thanks.
>>
>
>

Re: 403 Forbidden

am 19.10.2006 21:05:48 von fniles

We are using IP address to get to the file, and it is the correct IP
address, all other clients are using the same IP with no problem.
http://myipaddress/XMLFiles/myfile.xml

"Chris Crowe [MVP 1997 -> 2006]" wrote in
message news:uhhZ7668GHA.3960@TK2MSFTNGP05.phx.gbl...
> If you do not have ISA then it sounds like you have entered the wrong URL
> / IP Address and getting someone elses ISA server.
>
> Chris
>
> --
>
>
> Chris Crowe [ IIS MVP - 1997 - 2006 ]
> http://blog.crowe.co.nz
>
>
> "fniles" wrote in message
> news:uUqFwi68GHA.2268@TK2MSFTNGP05.phx.gbl...
>> Our VB program downloads an XML file from a URL on our website to our
>> client's machine using HTTP control. When it does that, it got the
>> following error:
>> "403 Forbidden - The ISA Server denies the specified Uniform Resource
>> Locator (URL). (12202)
>> Internet Security and Acceleration Server"
>> I can bring up a browser (IE) and type in the URL and see the file with
>> no problem.
>> Other clients do not have this problem, only this client has this
>> problem.
>> We do not have/install ISA Server on our site.
>> What can I do to fix this problem ?
>> Thanks.
>>
>
>

Re: 403 Forbidden

am 23.10.2006 15:15:37 von Daniel Crichton

fniles wrote on Thu, 19 Oct 2006 13:02:00 -0500:

> Our VB program downloads an XML file from a URL on our website to our
> client's machine using HTTP control. When it does that, it got the
> following error:
> "403 Forbidden - The ISA Server denies the specified Uniform Resource
> Locator (URL). (12202)
> Internet Security and Acceleration Server"
> I can bring up a browser (IE) and type in the URL and see the file with
> no problem.
> Other clients do not have this problem, only this client has this
> problem.
> We do not have/install ISA Server on our site.
> What can I do to fix this problem ?
> Thanks.

Sounds like this particular client is connecting via an ISA server which is
blocking the connection. Have you got the client to test with a browser? If
it works with a browser and not with the HTTP control then it could be that
the HTTP control isn't passing the required authention details to the ISA
server proxy and so isn't being allowed access.

Dan

Re: 403 Forbidden

am 23.10.2006 15:15:37 von Daniel Crichton

fniles wrote on Thu, 19 Oct 2006 13:02:00 -0500:

> Our VB program downloads an XML file from a URL on our website to our
> client's machine using HTTP control. When it does that, it got the
> following error:
> "403 Forbidden - The ISA Server denies the specified Uniform Resource
> Locator (URL). (12202)
> Internet Security and Acceleration Server"
> I can bring up a browser (IE) and type in the URL and see the file with
> no problem.
> Other clients do not have this problem, only this client has this
> problem.
> We do not have/install ISA Server on our site.
> What can I do to fix this problem ?
> Thanks.

Sounds like this particular client is connecting via an ISA server which is
blocking the connection. Have you got the client to test with a browser? If
it works with a browser and not with the HTTP control then it could be that
the HTTP control isn't passing the required authention details to the ISA
server proxy and so isn't being allowed access.

Dan