URL Format and Parameters
|
|
||
NOTE: This is Technical Information intended for users with IT expertise.
URL Format
The URL format for accessing Attendee Online from an internet browser is as follows: http://<server>:<port>/ Note: The <port> is only required if Attendee Online has been configured to use a port other that port 80. For example:
|
In order to load up the web pages generated from Attendee Online, use the following format: http://<server>/<virtual folder>/EplannerReg.dll |
Additional parameters added to the end of the URL will allow you to bypass the login screens and run special functions. To learn about the different ways you can bypass the login screens, see Additional URL Parameters.
To learn how to run special functions, see Run a Function.
Additional URL Parameters
Above, in URL Format, you learned about the URL format used to access Attendee Online from a browser. If you want, you can add other parameters to the end of the URL in order to bypass the login screens.
The first parameter is prefixed by a question mark (?) and the rest are prefixed by an ampersand (&).
The following is a list of available sets of parameters that can be used.
To automatically login using the event login, the first parameter must be Event followed by a parameter for Event Code and another parameter for the event Password. ?EVENT&EVENTCODE=<EventCode>&PASSWORD=<Password> If you do not enter a password parameter, or if it is incorrect, you will be shown the event login screen with the event code already set. |
To automatically login using the administrative login, the first parameter must be Admin followed by a parameter for Event Code and another parameter for the admin Password. ?ADMIN&EVENTCODE=<EventCode>&PASSWORD=<Password> If you do not enter a password parameter, or if it is incorrect, you will be shown the administrative login screen with the event code already set. |
To automatically login using the attendee login, the first parameter must be Attendee followed by a parameter for Event Code, a parameter for Last Name, and another parameter for the Confirmation Number. ?ATTENDEE&EVENTCODE=<EventCode>&LASTNAME=<LastName>&CONFIRMATION=<ConfirmationNumber> If you do not enter a confirmation parameter, or if it is incorrect, you will be shown the attendee login screen with the event code and last name already set to those supplied by their parameters. |