So lengthy HTTP GET URLs are anti pattern. I guess this advice will not be useful to you, but for other people could do.
If you absolutely are to stick with those huge URLs and GET methods, and you have access to the source code of both software ends, you can easily do by creating an informal GUID on the calling site, storing the parameters in a data base, any type fits, do the call passing only the key, fetching the parameters from the data base on the called software that knows the key now, removing them from data base after fetching them, finally using the fetched parameters like if those had been passed normally via HTTP. > On 18 Aug 2017, at 23:56, Duane Booher <[email protected]> wrote: > > Further clarification, when the continue button work with the other browsers > the url length is approximately 19k. However with the Windows IE and Edge > browsers, the url is cut off at around 10k. > > We are closing in on a CAS5 production deployment, any suggestions? > > On Friday, August 18, 2017 at 2:42:54 PM UTC-7, Duane Booher wrote: > We have cas.authn.ldap[0].passwordPolicy.warningDays=5 firing a password > change warning from casLoginMessageView.html > > When we press continue, then the URL fires with login?execution=... being too > long for the Windows IE/Edge browsers. > > It works for all of the other host browsers, are there any alternatives to > this? > > Duane > > > > -- > - CAS gitter chatroom: https://gitter.im/apereo/cas > - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html > - CAS documentation website: https://apereo.github.io/cas > - CAS project website: https://github.com/apereo/cas > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/57de93e6-e186-4555-bdd8-0f7863e6b0aa%40apereo.org. -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CD24DBEE-5EFC-4BB6-8C44-A70E2318CD55%40madiva.com.
