# proxy_cors_bypasser
proxy_cors_bypasser V4.3 by GamesModPlus, if you use this in your projects <static style="color:'#eb5534'">credits are greatly appreciated</static></br>
Instead of sharing my messy api I simply decided to create a seperate repository for my proxy_cors_bypasser module since this is the only code you need.</br>
</br>
I will add a more detailed documentation on how to use this module later.</br>
</br>
Importing the module into a project:</br>
from proxy_cors_bypasser import ProxyCorsBypasser</br>
</br>
Using the bypass module:</br>
ProxyCorsBypasser().bypasser(method, proxies, attempt_amount, multithread_amount, url, data, parse_check)</br>
</br>
Specifically for linkvertise CORS bypassing:</br>
</br>
Get request linkvertise:</br>
ProxyCorsBypasser().bypasser('get', 'auto', 5, 20, url, None, True)</br>
</br>
Post request linkvertise:</br>
ProxyCorsBypasser().bypasser('post', 'auto', 5, 20, url, data, True)</br>
</br>
url: Your linkvertise url</br>
data: The data you want to send to the linkvertise url when making the post request</br>