Skip to content

X-Requested-With header and mock error status

Craig Smith requested to merge hotfix/ajax_headers into master

What i did

  • added X-Requested-With header to allow the server side to identify ajax request
  • added default status to fetchGetMock to allow us to override with an error value.
  • updated some documentation

Merge request reports