hi,
-i have url: www.example.com/foo ajax call for open Handler will work
i have url www.example.com/foo/bar ajax call for open handler will be wrong url: www.example.com/foo/open.php
will be better in this line to use : url: window.location.origin+'/'+this.get('url'),
then we are sure that ajax call has the right Url ? or is there better way?
https://github.com/maximebf/php-debugbar/blob/8ed07eb4f0f6fdc5a733d48c7ee33b127d685c59/src/DebugBar/Resources/openhandler.js#L192C21-L192C21
hi, -i have url: www.example.com/foo ajax call for open Handler will work
will be better in this line to use : url: window.location.origin+'/'+this.get('url'), then we are sure that ajax call has the right Url ? or is there better way?