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

Menu