Javascript SOAP request cross domain -


i wanted see options have. can't use curl see below.

so, in system online system can build form (i not have access server , files). 1 thing system allows me add javascript.

so within system a, need call api. api hosted somewhere else. trying make call via javascript cross domain error.

now if wondering why dont use php, it's policies. system certified meaning been pentested , secure. same applies api being used. if use php, have host php file on our server (dont have access server) , our server not certified. client not allow , our server certified long process. summarise, can't outside of system a.

i have seen potentially use jsonp, works get? stupid question, how know if need make post or request?

also, in situation, responsible allowing cross domain request? system (the system in) or api?

any advice appreciated


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -