FlashProxyFlashProxy/

दस्तावेज़ खोजें

दस्तावेज़ खोजें

LLMs के लिए

प्रमाणीकरण

FlashProxy गेटवे पर Basic authentication का उपयोग करता है। हर अनुरोध के साथ एक प्रॉक्सी username और password होता है — कोई API tokens या bearer auth नहीं होते।

आपके credentials

प्रत्येक plan के साथ अपने proxy_username और proxy_password आते हैं। उन्हें dashboard पर अपनी plan के पेज पर खोजें — उन्हें सीधे अपनी proxy string में कॉपी करें:

curl -x "http://USERNAME:[email protected]:8080" https://api.ipify.org

वही USERNAME:PASSWORD pair HTTP और SOCKS5 दोनों के लिए काम करता है। पूरे connection-string formats के लिए Proxy formats देखें।

Credentials को फिर से generate करना

यदि आपके credentials leak हो जाएँ या काम करना बंद कर दें, तो उन्हें dashboard में plan के पेज से फिर से generate करें। पुरानी pair तुरंत काम करना बंद कर देती है, इसलिए हर client को update करें जो इसका उपयोग करता है।

407 Proxy Authentication Required

एक 407 का मतलब है कि आपने जो credentials भेजे हैं वे stale या invalid हैं — गेटवे ने Basic auth को reject कर दिया। Dashboard के विरुद्ध username और password को फिर से check करें, और यदि वे मेल न खाएँ तो उन्हें फिर से generate करें। Troubleshooting में अधिक जानकारी है।

IP allowlist (वैकल्पिक)

आप एक IP allowlist को user:pass के ऊपर एक वैकल्पिक दूसरे-स्तर की lock के रूप में जोड़ सकते हैं — अनुरोध केवल approved IPs से स्वीकार किए जाते हैं। यह एक standalone method नहीं है: user:pass हमेशा आवश्यक है।

नोट: user:pass एकमात्र primary authentication method है, और यह हर plan में उसी तरह काम करता है।