CORS Policy – No Access-Control-Allow-Origin Solution

I have been working with WordPress and i decided to seperate Cookieless Domain and Content Domain. But i had a big problem, which costed me couple hours: Access to font at ‘https://static.fizyoterapi.st/plugins/ woocommerce/assets/fonts/WooCommerce.woff’ from origin ‘https://fizyoterapi.st’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource no access-control-allow-origin header is present …

Continue reading

PHP cURL Submit Form Post (Session Hijacking)

In this Article we are gonna see, how to get content of target Website with submitting the Form post using Php cURL. Normally it’s easy to get content of the Website, but if the target has a CSRF (Cross site request forgery) Defender or something to equals the active Session ID with Visitors session, then you can not …

Continue reading