cfoo
commited on
Commit
•
a6536cd
1
Parent(s):
c2cfb9c
Update index.js
Browse files
index.js
CHANGED
@@ -15,8 +15,8 @@ app.all('/', async (req, res) => {
|
|
15 |
while (!success && count < 10) {
|
16 |
try {
|
17 |
// Fetch the cookies from the given URL
|
18 |
-
|
19 |
-
let response = await axios.get('https://proxybing.nbing.eu.org/turing/captcha/challenge');
|
20 |
//let response = await axios.get('https://bing.cf03-b29.workers.dev/turing/captcha/challenge');
|
21 |
// Set the success flag to true
|
22 |
success = true;
|
|
|
15 |
while (!success && count < 10) {
|
16 |
try {
|
17 |
// Fetch the cookies from the given URL
|
18 |
+
let response = await axios.get('https://getcaptcha.nbing.eu.org/turing/captcha/challenge');
|
19 |
+
//let response = await axios.get('https://proxybing.nbing.eu.org/turing/captcha/challenge');
|
20 |
//let response = await axios.get('https://bing.cf03-b29.workers.dev/turing/captcha/challenge');
|
21 |
// Set the success flag to true
|
22 |
success = true;
|