|
: 14 : 14 : 0 |
More conventional web servers and server software including services such as PayPal which use HTTP to interact with third parties almost always prefix query parameters with question mark (?), which Domino doesn't allow even if the optional exclamation (!) for action prefix (eg !OpenForm) is used.
egg-zample:
db.nsf/Form!OpenForm?param1=blah¶m2=blah
...is not allowed but should be
Domino needs to either allow the use of ! and ? in the same URL or allow alternative configuration.
|