Rapid account: LBeckX

LBeckX / LBeckX

讨论区

33
Title
Created at (Click to sort ascending)
A
19
2024-02-27 Fix site responses and show alle visible informations; Remove live sites cause of request blocks; втр 8:12 27/2/24
A
4
Sorry for the late answer but there are some problems with span and ddos protection on this sites. So I have to check out and go over mutliple vpns for limitless requests. I cannot say a date with certainty. Sorry срд 11:55 4/10/23
A
19
2024-02-27 Fix site responses and show alle visible informations; Remove live sites cause of request blocks; втр 8:12 27/2/24
A
3
Hi buddhalama88480, This link: `/pornstar/detail?name=A_Yeon&responseProfileImageBase64=1&responseProfileImage=1&responseImages=1` is not an image. It's a simple request preview to get the pornstar details from the "Pornstar by name" request. With profile and images as links and base64 encoded data. You can just take the content of "url" and send it to the RapidAPI endpoint. Then you will get the detailed view of the pornstar. This is a simple axios request example: --- const axios = require('axios'); const options = { method: 'GET', url: 'https://quality-porn.p.rapidapi.com/pornstar/detail', params: { name: 'A_Yeon', responseProfileImage: '1', responseProfileImageBase64: '1', responseImages: '1', responseImagesBase64: '1' }, headers: { ... } }; --- you can test this entpoint by using this: https://rapidapi.com/LBeckX/api/quality-porn чтв 8:03 17/8/23
A
3
Hi buddhalama88480, This link: `/pornstar/detail?name=A_Yeon&responseProfileImageBase64=1&responseProfileImage=1&responseImages=1` is not an image. It's a simple request preview to get the pornstar details from the "Pornstar by name" request. With profile and images as links and base64 encoded data. You can just take the content of "url" and send it to the RapidAPI endpoint. Then you will get the detailed view of the pornstar. This is a simple axios request example: --- const axios = require('axios'); const options = { method: 'GET', url: 'https://quality-porn.p.rapidapi.com/pornstar/detail', params: { name: 'A_Yeon', responseProfileImage: '1', responseProfileImageBase64: '1', responseImages: '1', responseImagesBase64: '1' }, headers: { ... } }; --- you can test this entpoint by using this: https://rapidapi.com/LBeckX/api/quality-porn чтв 8:03 17/8/23
A
19
2024-02-27 Fix site responses and show alle visible informations; Remove live sites cause of request blocks; втр 8:12 27/2/24