I have the following AJAX:
$.ajax({
cache: false,
type: 'GET',
url: 'preview.php?url=http://domain.com/Demo/MarsPlaybook/#/view-0',
...
However when I check the console for what was requested, the hash part is binned off...
The console just says: 'preview.php?url=http://domain.com/Demo/MarsPlaybook/'
Any ideas why this is happening? Or how I can stop it?