maximebf / php-debugbar

Debug bar for PHP
phpdebugbar.com
MIT License
4.2k stars 400 forks source link

Ajax call Url in Open Handler #551

Closed mostafasy closed 1 year ago

mostafasy commented 1 year ago

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?

mostafasy commented 1 year ago