I'm trying to implement a hx-get on a click to another domain.
When I set the hx-get to have an absolute path I don't see anything in the network tab.
When I remove the domain in the hx-get I can see the request in the network tab, so I know that the HTMX is processed and correct.
Are we able to make cross domain requests, or is this something that is removed from the URL during the process step?
I'm trying to implement a
hx-geton a click to another domain.When I set the
hx-getto have an absolute path I don't see anything in the network tab.When I remove the domain in the
hx-getI can see the request in the network tab, so I know that the HTMX is processed and correct.Are we able to make cross domain requests, or is this something that is removed from the URL during the process step?