got.cgi
Required but optional if Over-ridden
This file allows KitCADi3 to load JS Scripts and perform client processing before returning output (with exporting data).
See got.cgi
http://www.kitchenpages.com/library/i3/Objects/got.cgi?r=bc2di.js&t=vrml&k=81519201192038514161751931513&i=1
http://www.kitchenpages.com/library/i3/Objects/got.cgi?r=est_bc2di.js&t=quote&k=81519201192038514161751931513&i=1
`http://www.kitchenpages.com/library/i3/Objects/got.cgi?r=pink.jpg&t=img&c=pink&k=81519201192038514161751931513&i=1`
r={filename}
k={authuser}
i={authpass} *
c={pink|timber}
t={vrml|quote|img}
img={jpg|jpeg|gif|png}
The t=img switch sets file extensions found from r={filename}.
The t=img switch also allows the KitCAD i3 KGC JavaScript value of graphicsurl to be set without knowing the target file mime type, assigned when rendering vrml.
Other uses, example:- The t=img switch may be set to t=jpg to improve secruity of r={filename}.
* Warning Notice: Always use 1 for authpass; Do not export the i={authpass} switch, the default should be a random number or 1; to export the correct authpass would allow the password to be displayed on a accessable server in the public domain.
NOTE: The x=1 switch for accessing other servers is not supported by got.cgi to prevent weak cross site scripting attacks.