static S postPageWithCredentials(S url, O... params) { ret doPost(mapPlus(standardCredentialsMap(), params), url); }