SSL Management User Guide 1. You can access the Medianova cloud panel by logging in with your username and password at cloud.medianova.com 2. Click on the “CDN → SSL Management” option on the left menu of the panel. The SSL Certificates added to the organization are displayed on this page. If you don’t own an SSL […]
All posts by Ulaş Gürsoy
WAF User Guide
WAF User Guide You can access the Medianova cloud panel by logging in with your username and password at cloud.medianova.com. 2. Click on the “CDN → Create CDN Resource” option on the left menu of the panel if you haven’t created a Dynamic CDN Resource yet. Skip Step 2 and proceed to Step 3, if […]
How to create Stook Object Storage v2?
9. On the Stook credentials page, you can view the access key, secret key and endpoint information. To display the Secret Key information, you need to re-enter your login password. 10. If you would like to delete the credential you created, click on the “Actions” icon and select the “Delete” option. On the pop-up screen […]
Aksela Onboarding Guide
Aksela Onboarding Guide Aksela is an acceleration and protection platform for your Web properties. It enhances your API and Website security, performance and availability while maximizing your user experiences. Aksela creates cached copies of your website on our globally distributed edge network and delivers your content based on users’ geo-location, leading to reduced round trip […]
Traffic Usage by Zones
Traffic Usage by Zones Please note that in our new cloud panel, Zones are named as CDN Resources. (Zone ID = CDN Resource ID) You can obtain and view the traffic distribution based on the type of your zone (Large, Small, or Aksela object). Parameters Return Values Example PHP Code <?php $curl = curl_init(); curl_setopt_array($curl, […]
Zone Usage Report
Zone Usage Report Shows total usage details regarding your zone. Parameters Return Values Example PHP Code <?php $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => “https://api.medianova.com/v1/report/total”, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => “”, CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => false, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => “GET”, )); $response = curl_exec($curl); curl_close($curl); echo $response; Example Output […]
How to create a CNAME record?
How to create a CNAME record? Canonical Name (CNAME) is a nickname given to URL records. Instead of the CDN URL provided to you by Medianova, you can use a URL determined by you. Below you can find the steps to add a CNAME on Medianova panel. You can access the Medianova cloud panel by […]
Medianova CDN Integration
Medianova CDN Integration You can easily manage your CDN accounts and add new zones via Medianova Panel by logging in from the login screen. Follow the steps below to integrate our CDN service to your website through the panel. First of all, you should create your CDN zone compatible with your content type that you want to […]
Progressive Geoblock Edit
Progressive Geoblock Edit Please note that in our new cloud panel, Zones are named as CDN Resources. (Zone ID = CDN Resource ID) This operation allows you to edit Geoblocks for your progressive zone. Parameters Return Values Example PHP Code <?php $data = array( “user_key” => “Your User Key”, “user_secret” =>”Your User Secret”, “zone_ids” => […]
Stream Zone Update
Stream Zone Update Please note that in our new cloud panel, Zones are named as CDN Resources. (Zone ID = CDN Resource ID) You can update your created stream zones in order to their types. Parameters Parameter Type Required Description user_key string Yes API User Token user_secret string Yes API User Secret Token zone_id integer […]