How to debug XHRs in rekonq and webkit browsers in general:
- Tools menu => Web Development => Web Inspector
- Go to 'Resources' main tab
- Enable resource tracking
- Go to 'XHR' tab within the 'Resources' main tab
At XHRs you should then get new XML resources listed in that tab. As well as XHRs showing up in the logs ('Console' main tab).
For self-documenting purpose:
How to debug XHRs in rekonq and webkit browsers in general:
- Tools menu => Web Development => Web Inspector
- Go to 'Resources' main tab
- Enable resource tracking
- Go to 'XHR' tab within the 'Resources' main tab
At XHRs you should then get new XML resources listed in that tab. As well as XHRs showing up in the logs ('Console' main tab).