Changes between Initial Version and Version 1 of Ticket #19707, comment 7
- Timestamp:
- 02/19/2018 05:42:05 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19707, comment 7
initial v1 3 3 This really is an averse side effect only because of the wordpress-specific quirk that for whatever historical reasons Ajax is somehow a function of / belongs under Admin, which arguably shouldn't be the case to begin with. 4 4 5 If at least admin_url('admin-ajax.php') could have an expected default behavior of *not* respecting force_ssl_admin() and would only be messing with the scheme in other-than-expected ways only when parameters are passed, it seems to me that would make much more sense and alleviate this particular pain for another while.5 If at least admin_url('admin-ajax.php') could have an expected default behavior of *not* respecting force_ssl_admin() and would only be messing with the scheme in other-than-expected ways only when parameters are passed, it seems to me that would make much more sense from a web development / web application framework perspective. 6 6 7 Technicality question: Would such a change (making admin_url('admin-ajax.php') deduce the correct & expected scheme rather than force_ssl_admin()) break many websites? 7 ---- 8 9 '''Technicality question''' 10 Would such a change (making admin_url('admin-ajax.php') deduce the correct & expected scheme rather than force_ssl_admin()) break many websites?