cross domain - Reverse Proxy of SugarCRM PHP on IIS -


i know nothing php or sugarcrm yet i've had both thrown @ me , task of reverse proxying instance of sugarcrm running on iis.

i have reverse proxy setup using arr , url rewrite on iis forwards requests sugarcrm instance.

a call follows:

sugarproxy/sugarcrm => proxy => sugarserver/sugarcrm

i'm hoping home/login page returned permanent redirect sugarserver/sugarcrm/.

i'm suspecting php not allowing request host/referrer doesn't match sugarserver. i'm not sure.

how set php config allow sugarproxy valid host/referrer? or if isn't problem how else solve it.

thanks

i've solved this, in way.

sugarcrm redirecting url trailing slash, missed.

now i'm letting doe , using url rewrite/arr rewrite redirect sugarproxy/sugarcrm/ , letting proxy it's things. seems ok now.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -