Android Ajax get not working

Hi,

i have a software working on PC.

When a ajax get request come from the hotspot login page it creates a user with api.

on the hotspot login page i use an ajax get script to send username to PC sofware.

it is working on PC and Iphone devices but it doesnt work on android. the ajax get request is not success on android.

what is the problem you think?

thank you

Hard to tell… You should do some debugging. Both on success and on failure, dump the response (e.g. in an alert), see what it says, and continue investigating possible causes from there.