jquery - How to change the url being called by javascript without access to the javascript -
i have jquery('#frame').animate360 script on page , calls file called profile.xml settings etc. problem profile.xml on azure blob , in uppercase (profile.xml). means 404 file not found error.
i can't change filename(profile.xml) on azure.
the piece of js calls profile.xml seems encrypted in library (html5loader.js) i.e. text 'profile.xml' not appear in file , can found chrome debugger in unnamed file.
my instinct use application_beginrequest etc catch 'call' https://storageblabla.blob.core.windows.net/uploads/alpha/3dimages/1.010659/profile.xml , change ...../profile.xml it's late @ stage. knows 404.
there must access, code, point remote url being called can intercepted.
rekon 1 line fix can't find right term search on.
Comments
Post a Comment