Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RHTTP_RESET function (DataBasic) (webservices_api_reset.htm)
Resets the API's private COMMON data to known values. This is a void function.
RHTTP_RESET()
The outgoing webservices API’s COMMON data persists between program calls, even after returning to TCL. To ensure programs do not see the configuration parameters set by another program HTTP_RESET can be used to reset COMMON, either at the start or end of a program (or both). Applications that use one program to configure defaults for another program should not use this function.