G
goo
Guest
Marian, The client is loging in to minside.ovf.no/index.html . This webserver is reached behind a proxy that probably does a porttranslation (if that has anything to do with this). The index.html sends a GET to oidc-ver1.difi.no/.../authorize with a respond_url that points to minside.ovf.no/test.html . In test.html, I find code and status and then I need to do a new call to oidc-ver1.difi.no/.../Token that contains a httpheader: "Bearer " that is the code I get, this is sent using POST. Is it so that difi.no has to do something on their webserver to allow me communicating? As I understand, the errormessage I get is related to the preposting that ajax does regard to CORS. I have a webspeed avail, would it be easier to use that for making the call?
Continue reading...
Continue reading...