RTC Forums
November 21, 2024, 02:16:03 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Dashboard
>
Quick Start
>
Fix problems with Web Proxies and some mobile internet providers
Pages: [
1
]
« previous
next »
Print
Author
Topic: Fix problems with Web Proxies and some mobile internet providers (Read 17805 times)
D.Tkalcec (RTC)
Administrator
Posts: 1881
Fix problems with Web Proxies and some mobile internet providers
«
on:
November 12, 2011, 07:48:03 PM »
If your Server has to work with all kinds of Proxies and mobile internet providers, it is a good idea to turn the "
FixupRequest.RemovePrefix
" property on the TRtcHttpServer component to TRUE.
Some Web Proxies (often used by mobile internet providers) like to add the protocol and host name before the URI (especially when you are using a Port other than 80), probably thinking they are taking to another Proxy. By turning the "FixupRequest.RemovePrefix" property to TRUE, the RtcHttpServer component will transparently be removing this "prefix" from the URI, leaving you with a clean URI to work with.
Without setting the "FixupRequest.RemovePrefix" property to TRUE, if you aren't expecting the URL inside the "Request.FileName" property and accepting such requests, your Server will be unusable from Clients behind such Web Proxies. This includes a number of mobile devices (like iPhone or iPad) with mobile internet access.
Best Regards,
Danijel Tkalcec
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...