whatwg/xhr

does "remote address" in xhr response standard ?

Closed this issue · 2 comments

I wonder know is there any method to get "Remote Address" of general header ?
heder2

thanks

There's no such API and it seems that introducing one would violate the same-origin policy. You could make the server return it though in a custom response header or some such.

got it! thanks!