Title: Please Change Error Code and Update $_SERVER[&#8216;HTTP_X_REQUESTED_WITH&#8217;]
Last modified: November 24, 2022

---

# Please Change Error Code and Update $_SERVER[‘HTTP_X_REQUESTED_WITH’]

 *  [mhasanb](https://wordpress.org/support/users/mhasanb/)
 * (@mhasanb)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/please-change-error-code-and-update-_serverhttp_x_requested_with/)
 * I’am Use WP Meteor on PHP 8.0, but showing error on plugins **query monitor**
   in file wp-content/plugins/wp-meteor/engine/Is_Methods.php:84
 * I check code error in lines 84, but only create @ before $_SERVER[‘HTTP_X_REQUESTED_WITH’]
 * I Change or Modification this ->
 * > $_SERVER[‘HTTP_X_REQUESTED_WITH’]) != ‘xmlhttprequest’
 * To
 * ->
 * > (isset($_SERVER[‘HTTP_X_REQUESTED_WITH’]) && strtolower($_SERVER[‘HTTP_X_REQUESTED_WITH’])!
   > = ‘xmlhttprequest’)
 *  Now fixed.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplease-change-error-code-and-update-_serverhttp_x_requested_with%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Please Change Error Code and Update $_SERVER[‘HTTP_X_REQUESTED_WITH’]’
is closed to new replies.

 * ![](https://ps.w.org/wp-meteor/assets/icon.svg?rev=2452791)
 * [WP Meteor Website Speed Optimization Addon](https://wordpress.org/plugins/wp-meteor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-meteor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-meteor/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-meteor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-meteor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-meteor/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [mhasanb](https://wordpress.org/support/users/mhasanb/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/please-change-error-code-and-update-_serverhttp_x_requested_with/)
 * Status: not resolved