Actions
Bug #25184
closedMissing header XMLHttpRequest for quicksearch call in find property usage
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
The header should looks like headers = [header "X-Requested-With" "XMLHttpRequest"]
in Elm for the findPropertyUsage
call
Otherwise we get this error in api response : CSRF mitigation header missing or invalid.
Actions