How does activex escape an absolute address?

recently developed ukey, giving a demo

 "<object id=\"CryptoAgent\" codebase=\"CryptoKit.Paperless.x64.cab\" classid=\"clsid:8BF7E683-630E-4B59-9E61-C996B671EBDF\" ></object>"
The url of

codebase is a relative address, escaped

if it becomes an absolute address, for example

"<object id=\"CryptoAgent\" codebase=\"http://172.18.40.81:8888\/file\/fileDown\/CryptoKit.Paperless.x64.cab\" classid=\"clsid:8BF7E683-630E-4B59-9E61-C996B671EBDF\" ></object>"

I can"t pop up the installation reminder of activex when I write this

how should I fill in the absolute address?

Apr.26,2022

I think you escaped / somewhere else, but http:// here / there is no escape


solved! If the address is written incorrectly / there is no need to escape, if the address is written correctly, there will be no problem

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3da8c-2c393.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3da8c-2c393.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?