| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
coming through the WebUtil fns has a request id in the header
that can match the request to the actual work done by the service
|
| |
|
|
|
|
|
|
| |
Added
debugging calls for tracking performance of web requests.
|
|
|
|
| |
as an extra query parameter in the URL format=<format> (this was tested and working) or it may come in the Accept header (code added, but not tested). The result of the conversion is placed in the asset cache, under the name <uuid>-<format>.
|
| |
|
|
|
|
|
|
| |
response, reporting false errors
* Fixed a typo in a WebUtil error message
|
| |
|
|
|
|
|
| |
* Changed the null check back in estate manager setup but fixed the case for an existing account being found
* Implemented SetPassword() in the SimianGrid auth connector
|
| |
|
|
is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams
|