RTC Forums
April 25, 2024, 12:42:34 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Fix problems with Web Proxies and some mobile internet providers  (Read 16315 times)
D.Tkalcec (RTC)
Administrator
*****
Posts: 1881


« 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  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.021 seconds with 16 queries.