0

Is there a way to set document.domain for dojo/request/iframe?

If I understand it correctly, dojo/request/iframe works by creating an iframe from which the request will be sent... If that's the case, I should be able to somehow set document.domain to that iframe, right?

Zemljoradnik
  • 2,672
  • 2
  • 18
  • 24
  • What do you mean by setting `document.domain`? If you want to make `GET` and `POST` requests, just use the built-in `get()` and `post()` functions. – Bucket Apr 17 '14 at 14:55
  • Like in [this](http://stackoverflow.com/questions/15332115/dynamicly-set-document-domain-to-iframe) question, but for dojo/request/iframe. – Zemljoradnik Apr 22 '14 at 09:32

0 Answers0