-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
Sometimes http request get status failed. Then I change to https

As above, now https request get status failed. Then I change to http

I tested setting url radomly in request as follow
let urls = [
"http://uinames.com/api/?",
"https://uinames.com/api/?"
];
let url = urls[Math.floor(Math.random() * urls.length)];
if (cantidad !== '') {
url += `amount=${cantidad}&`;
}
Metadata
Metadata
Assignees
Labels
No labels
