This is a little off topic, but since many of you have integrated A4D with WebSTAR, someone here might have some experience with this.

4D 6.8.4 Client on MacOSX
Active4D 3.0 MC1
ITK Shell modified to server A4D and ITK-served pages (converted Netlink System)
ITK webserver serving on port 80
WebSTAR 5.3.1 serving on port 80


I have successfully used Aparajita's Proxy Rewrite Rules for my A4D pages. I'm having trouble developing rules for the ITK-served pages and wonder if someone might be able to see what I'm missing.

Here is an example of an actual URL. http://128.165.208.5/oms.acgi$ops.contact.add.
I need to proxy this to http://128.165.208.5:8080/oms.acgi$ops.contact.add. Same URL, different port.


I do have a pretty good grasp of regular expresssions and have tried many combinations w/o success in an attempt to get this to work. I've also captured the request traffic and tested my regular expressions against the headers in more than one text editor that supports pcre searching and confirmed my regular expressions are valid.

My latest attempts look like this:

Preprocess is True
Postprocess is False

URL matches /oms\.acgi\$(.+)  AND
Full Request begins with GET

or

URL matches /oms\.acgi[$](.+)  AND
Full Request begins with GET

or

URL matches /oms\.acgi\$(\S+)  AND
Full Request begins with GET

or

URL matches /oms\.acgi[$](\S+)  AND
Full Request begins with GET

All Proxy to 128.165.208.5:8080/oms.acgi$$1.1

Any ideas?

Thanks,

Brad Perkins

_______________________________________________
Active4d-dev mailing list
[EMAIL PROTECTED]
http://aparajitaworld.com/mailman/listinfo/active4d-dev



Reply via email to