Install iframe source without loading new content

Is there a way to set the src attribute of an iframe without the iframe generating the HTTP request? If not, is there a way to format the request headers before sending the request?

edit: I just need the src to match the path of the cookie, but I never want this cookie to be sent to the server. See my comments on this issue.

+1


source to share


1 answer


There is no way to do this.



+3


source







All Articles