After enabling and switching admin paths, the Drupal Status report begun bugging me about not being able to handle HTTP requests properly. From it's error output I can determine it's trying to hit the old admin path as a test:

[url] => http://devsite/admin/httprl-test?key=792bf45537a9009a03f9b73832f99dc8&id...

HTTPRL - Core	drupal_http_request()

Your system or network configuration does not allow Drupal to access web pages. This could be due to your webserver configuration or PHP settings. Debug info:

Comments

Raphael Apard’s picture

Status: Active » Postponed (maintainer needs more info)

Hi,
Thx for reporting.

Do you know where are calls to drupal_http_request() ?
What is your configuration for rename admin path module (admin path value) ?

rnyberg’s picture

My renamed paths are something_admin and something_user.

As far as I understand the calls are in drupal cores checkup of HTTPRL. It's calling them by itself to see if requests are working and it just so happens that it doesn't get the updated path info and is hitting an url that doesn't exist after renaming.

Raphael Apard’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)