You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to be able to set header for AnchorTag as in this example with ajax call
$.ajax({
url: '',
headers: { 'Access-Control-Allow-Origin': 'htt://site allowed to access' }
data:,
type:
})
I don't see an option in api for AnchorTag. Is there a work around ?
thanks you in advance
Victoria
The text was updated successfully, but these errors were encountered:
Hi,
I need to be able to set header for AnchorTag as in this example with ajax call
$.ajax({
url: '',
headers: { 'Access-Control-Allow-Origin': 'htt://site allowed to access' }
data:,
type:
})
I don't see an option in api for AnchorTag. Is there a work around ?
thanks you in advance
Victoria
The text was updated successfully, but these errors were encountered: