The URLs for DocPop Document Correction use the following format:
http://<server>/AppNet/docpop/correction.aspx?docid=x&clienttype=html&chksum=y
In this URL,
-
<server> refers to the server where the OnBase Web Server is installed.
-
AppNet refers to the Web Server's virtual directory.
-
x refers to the requested document's document handle.
-
y refers to the checksum used to verify that the URL has not been modified.
The text following correction.aspx is called the query string. The query string is composed of parameters that specify the requested document and Web Client type. These parameters are described in the following table.
Query String Parameter |
Query String Value |
---|---|
docid |
The document handle of the document to retrieve, if a document number query is being performed. |
chksum |
The generated checksum value used to verify that the URL has not been modified. Checksums are used only when enableChecksum is set to true in the Web Server's Web.config. Checksums can be generated automatically by using the API or manually by using the DocPop URL Creator page.
|