Handle absolute paths without adding wd_context_prefix
Help resolve Issue #312.
When a redirect happens, it passes a absolute URL path back into the request method. It is an error to add the extra wd_context_prefix that the `else` block does.
This makes the code work much better with Sauce Labs when your account is busy.