.`noob`.
.`noob`.
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
k
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
but why in the network tab i dont really see any checking to block that
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
hm that sound right
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
their site still working for me
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
not breaking tbh
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
its the same without those header
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
not really error, the site return this
Blocked by Eggy-Wall.
(Browser)
Blocked by Eggy-Wall.
(Browser)
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
still same error
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
i tried edge, opera for the header
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
its just a simple fetch
let absCooked = await fetch("https://myapi.tk/unlock?key=14142aaaffas", {
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"accept-language": "en-US,en;q=0.9",
"cache-control": "max-age=0",
"sec-ch-ua": "\"Opera GX\";v=\"109\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"sec-fetch-dest": "document",
"sec-fetch-mode": "navigate",
"sec-fetch-site": "none",
"sec-fetch-user": "?1",
"upgrade-insecure-requests": "1"
},
"referrerPolicy": "strict-origin-when-cross-origin",
"body": null,
"method": "GET"
}).then(r => r.text()).then(r => console.log(r))
let absCooked = await fetch("https://myapi.tk/unlock?key=14142aaaffas", {
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"accept-language": "en-US,en;q=0.9",
"cache-control": "max-age=0",
"sec-ch-ua": "\"Opera GX\";v=\"109\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"sec-fetch-dest": "document",
"sec-fetch-mode": "navigate",
"sec-fetch-site": "none",
"sec-fetch-user": "?1",
"upgrade-insecure-requests": "1"
},
"referrerPolicy": "strict-origin-when-cross-origin",
"body": null,
"method": "GET"
}).then(r => r.text()).then(r => console.log(r))
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
idk what is (Browser) mean
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
instead it just say Blocked... (Browser)
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/22/2024 in #back-end
API fetching problem
then it must say blocked by CORS?
26 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/12/2024 in #back-end
Send API request with IP that user provided
the authen stuff go through token of each account
21 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/12/2024 in #back-end
Send API request with IP that user provided
No description
21 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/12/2024 in #back-end
Send API request with IP that user provided
okay.... tks for helping guys ;-;
21 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/12/2024 in #back-end
Send API request with IP that user provided
I think u r close
21 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/12/2024 in #back-end
Send API request with IP that user provided
The api provider, they link the account with the ip where the account was created . Automatic the api which authen w the user account need the ip too
21 replies
KPCKevin Powell - Community
Created by .`noob`. on 7/12/2024 in #back-end
Send API request with IP that user provided
😥
21 replies