xhr creds
This commit is contained in:
parent
93ecab675d
commit
fbb0283148
|
@ -4382,6 +4382,10 @@ class V2C_PublicServers extends BDV2.reactComponent {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: `${self.joinEndPoint}/session`,
|
url: `${self.joinEndPoint}/session`,
|
||||||
|
crossDomain: true,
|
||||||
|
xhrFields: {
|
||||||
|
withCredentials: true
|
||||||
|
},
|
||||||
success: data => {
|
success: data => {
|
||||||
self.setState({
|
self.setState({
|
||||||
'selectedCategory': 0,
|
'selectedCategory': 0,
|
||||||
|
|
Loading…
Reference in New Issue