You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other than that situation I don't see any need to use complete URLs. The opposed situation where you have a HTTPS page and want to send the form via HTTP is very unlikely and current implementation does not cover this either. Any thoughts?
Is there a reason, why in ERXWOForms line 376ff the following is implemented:
or why is it necessary to force generating complete URLs when using https requests?
Consider the following setup:
so our app generates
https://WOapp.domain.two/cgi-bin/WebObjects/myApp...
instead of
/cgi-bin/WebObjects/myApp...
Unfortunately the proxy used at domain.one is not capable to rewrite Full-qualified URLs. --> all form-actions are broken :-(
(and no, I can't fix the proxy-server...)
The text was updated successfully, but these errors were encountered: