} else {
//
// Check the API key matches
//
String apiKey = request.getParameter("api_key");
if (!instance.getApiKey().equals(apiKey)) throw new UnauthorizedAccessException();
checkProxy(request);
String url = getUrl(request, instance);
String locale = request.getParameter("locale");//$NON-NLS-1$
response.setStatus(HttpServletResponse.SC_OK);