Knowledge Base
medianova.comSupportLog in
  • Welcome to the Medianova Knowledge Base
  • Getting Started
    • Concepts
    • Start your Free Trial
  • Products
    • Security
      • DDoS Protection
      • SSL/TLS Encryption
        • How to upload and manage SSL Certificates?
        • How to Extract CRT and KEY Files from a PFX Certificate
        • How can I use Free SSL?
        • FAQ
      • Web Application Firewall (WAF)
        • How to activate WAF?
        • Analytics
      • Rate Limiting
      • Hotlink Protection
      • IP Restriction
      • Geoblocking
      • FAQs
    • Performance / CDN
      • Static Content Delivery
        • Create Small Resource
        • Create Large Resource
        • Integrating Static CDN Resource
        • Configuration Basics
          • Medianova IP Blocks
        • Advanced Configuration
          • Origin Settings
            • Advanced Origin Settings
            • Rewrite Origin URLs
            • Origin SNI Request
            • Redirect Handle From Origin
            • Origin Response Timeout
          • CNAME
          • Caching
            • Edge Cache Expiration
            • Browser Cache Rule
            • Query String Caching
            • Etag Verification
            • Error Status Code Cache Expiration
            • Shared Cache
            • Stale Cache
            • Robots.txt file
            • Range Based Caching
          • Headers
            • CORS Header
            • Custom Header
            • X-CDN Header
            • Origin Host Header
            • HTTP Strict Transport (HSTS) Protection
            • X-Frame Options
            • X-XSS Protection
            • X-Content Type Options
          • Purge
          • Prefetch
          • Page Rules
            • Manage Page Rules
            • Page Rules Settings
          • Compression
            • How to Configure Gzip and Brotli
        • Website Framework Integrations
          • Magento CDN Integration
          • Wordpress CDN Integration
          • Phalcon CDN Integration
          • CakePHP CDN Integration
        • Analytics
      • Dynamic Content Acceleration
        • Create Dynamic Resource
        • Integrating Dynamic CDN Resource
        • Aksela Test Steps
        • Advanced Configuration
          • Origin Settings
            • Advanced Origin Settings
            • Rewrite Origin URLs
            • Origin SNI Request
            • Redirect Handle From Origin
            • Origin Response Timeout
          • Caching
            • Edge Cache Expiration
            • Browser Cache Rule
            • Query String Caching
            • Etag Verification
            • Error Status Code Cache Expiration
            • Shared Cache
            • Stale Cache
            • Disallow Cookie Base Cache
            • Cookie Base Cache
            • Header Base Cache
            • Header Value Base Cache
            • MNUID Cookie Base Cache
            • Mobile Redirect
          • Headers
            • CORS Header
            • Custom Header
            • X-CDN Header
            • Origin Host Header
            • HTTP Strict Transport (HSTS) Protection
            • X-Frame Options
            • X-XSS Protection
            • X-Content Type Options
          • Purge
          • Prefetch
          • Page Rules
          • Compression
        • Analytics
      • Streaming Content Delivery
        • Create Streaming Resource
        • Advanced Configuration
          • Origin Settings
            • Redirect Handle From Origin
            • Origin Response Timeout
          • Headers
            • CORS Header
            • Custom Header
            • X-CDN Header
            • Origin Host Header
          • Stream Management
        • Analytics
      • API Caching
      • Private CDN
      • Image Optimization and WebP
        • What is Image Optimization and How Does It Work?
        • What is WebP and How Does It Work?
        • How to Activate Image Optimization and WebP?
        • Analytics
      • FAQs
    • Object Storage / Stook
      • What is Stook?
      • How to Create Stook?
      • How to Connect Bucket?
      • Access Key Management
      • Stook Integration and Usage Guides
        • Migrating Data to Stook Using Rclone
        • Data Transfer to Stook with Cyberduck
        • How to use the AWS SDK for Laravel with Stook?
        • How to use the AWS SDK for PHP with Stook?
        • How do I use the AWS SDK for .NET with Stook?
        • Stook Storage User Guide for AWS CLI
        • How to use AWS SDK for JavaScript with Stook?
        • How do I use Stook with the AWS Java SDK?
        • Using Pre-Signed URL PHP with Stook
        • Using Pre-Marked URL NODEJS With Stook
    • Analytics (MN Logz)
      • Real-Time Logpush
      • Raw Logs
  • Account & Billing
    • Managing Account and Organizations
      • Create new organization
      • Invite user
      • Changing Cloud Panel password
      • Access Controls and Authentication
    • Subscription and Billing
      • Packages
        • Free Trial
        • Starter
        • Growth
        • Enterprise
        • Add-ons
      • Policy
      • Upgrade & Downgrade Procedures
      • Changing your subscription package
      • Payment Info
      • Invoices
  • API Documentation
    • Authentication
    • Security
      • Web Application Firewall (WAF)
      • SSL/TLS
      • Always Use HTTPS Settings
      • Origin Basic Authentication
      • Secure Token
      • Bot Protection
      • Hotlink Protection
      • User Agent ACL
      • IP Restriction ACL
      • Geoblocking
    • Performance / CDN
      • Resources
      • Origin Settings
      • CNAME & SSL
      • Caching
      • Headers
      • Image Optimization & WebP
      • Page Rule
      • Purge
      • Prefetch
      • Stream Management
    • Object Storage / Stook
    • Analytics
      • WAF Analytics
  • Support and Troubleshooting
    • Common Issues and Solutions
      • Troubleshooting Common Setup Issues
      • Troubleshooting Performance Problems
    • Contacting Customer Support
  • Glossary
    • Definition of Important CDN Terms
    • Acronyms and Abbreviations
    • Definition of HTTP Status Error Codes
Powered by GitBook
LogoLogo

© 2025 Medianova. All rights reserved.

On this page

Was this helpful?

Export as PDF
  1. API Documentation
  2. Performance / CDN

Origin Settings

PreviousResourcesNextCNAME & SSL

Last updated 4 months ago

Was this helpful?

Origin SNI Request

put

Update Origin SNI Request Domain settings for a resource

Path parameters
organization_uuidstringRequired

UUID of the organization

resource_uuidstringRequired

UUID of the resource

Body
resource_uuidstringRequired

UUID of the resource

origin_sni_request_statusbooleanRequired

Indicates if the Origin SNI request is enabled or disabled.

origin_sni_request_domainstringRequired

The domain for the Origin SNI request.

Responses
200
Successfully updated the Origin SNI Request Domain settings for the resource.
application/json
put
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 113

{
  "resource_uuid": "***-***-****",
  "origin_sni_request_status": true,
  "origin_sni_request_domain": "test.mydomain.com"
}
200

Successfully updated the Origin SNI Request Domain settings for the resource.

{
  "status": true,
  "data": {}
}

Origin Response Timeout

put

This setting is available in small, large and dynamic(aksela) resource types.

Path parameters
organization_uuidstringRequired

UUID of the organization

resource_uuidstringRequired

UUID of the resource

Body
resource_uuidstringRequired

UUID of the resource

origin_response_timeoutinteger · min: 5 · max: 300Required

Sets the maximum expected time for the response from the origin server. Value must be between 5 and 300.

Responses
200
Successfully updated the Origin Response Timeout for the resource.
application/json
put
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 69

{
  "resource_uuid": "****-****-****-*****",
  "origin_response_timeout": 50
}
200

Successfully updated the Origin Response Timeout for the resource.

{
  "status": true,
  "data": {}
}

Rewrite Origin URL

put

Update rewrite origin settings for a resource. It is used to ensure that requests made to origin redirect some directories or files to different directories and files.

Path parameters
organization_uuidstringRequired

UUID of the organization

resource_uuidstringRequired

UUID of the resource

Body
resource_uuidstringOptional

UUID of the resource

Responses
200
Successfully updated the rewrite origin settings for the resource.
application/json
400
Invalid request parameters.
application/json
404
Resource not found.
application/json
500
Internal server error.
application/json
put
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 392

{
  "resource_uuid": "****-****-****-****",
  "rewrite_origin_settings": [
    {
      "match_mode": "full_path",
      "origin_uri": "/test/1.jpg",
      "target_uri": "/test/2.jpg",
      "priority": 50
    },
    {
      "match_mode": "wildcard",
      "origin_uri": "/test.*",
      "target_uri": "/test.mp4",
      "priority": 10
    },
    {
      "match_mode": "all_files",
      "target_uri": "/assets",
      "priority": 5
    },
    {
      "match_mode": "path",
      "origin_uri": "/test2",
      "target_uri": "/test",
      "priority": 15
    }
  ]
}
{
  "status": false,
  "data": {}
}

Redirect Handle From Origin

put

This setting is available for small, large and Aksela resource types.

Path parameters
organization_uuidstringRequired

UUID of the organization

resource_uuidstringRequired

UUID of the resource

Body
resource_uuidstringRequired

UUID of the resource

status_redirect_handlebooleanRequired

Enables the opening and closing of the origin redirection process.

Responses
200
Successfully updated the Redirect Handle settings for the resource.
application/json
put
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 272

{
  "resource_uuid": "***",
  "status_redirect_handle": true,
  "handle_origin_rejection_error": [
    301,
    302,
    303,
    307,
    308
  ],
  "redirect_handle_request_headers": [
    {
      "key": "x-test-request",
      "value": "request-header"
    }
  ],
  "redirect_handle_add_headers": [
    {
      "key": "x-test-add",
      "value": "response-header"
    }
  ]
}
200

Successfully updated the Redirect Handle settings for the resource.

{
  "status": true,
  "data": {}
}

Origin Settings (Add-Delete)

put

Update or delete origin settings for a resource. This setting is available for small, large and Aksela resource types.

Path parameters
organization_uuidstringRequired

UUID of the organization

resource_uuidstringRequired

UUID of the resource

Body
resource_uuidstringOptional

UUID of the resource

origin_typestring · enumOptional

Type of the origin

Possible values:
Responses
200
Successfully updated or deleted the origin settings for the resource.
application/json
put
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 251

{
  "resource_uuid": "****-****-****-****",
  "origin_type": "mainstream",
  "origin_settings": [
    {
      "id": 1,
      "weight": 50,
      "priority": "primary",
      "protocol": "https",
      "http_port": 80,
      "https_port": 443,
      "origin_url": "example.com",
      "host_header": "update.com",
      "is_delete": false
    }
  ]
}
200

Successfully updated or deleted the origin settings for the resource.

{
  "status": true,
  "data": {}
}
  • PUTOrigin Settings (Add-Delete)
  • PUTAdvanced Origin Settings
  • PUTRewrite Origin URL
  • PUTOrigin SNI Request
  • PUTRedirect Handle From Origin
  • PUTOrigin Response Timeout

Advanced Origin Settings

put

Add or delete advanced origin settings for a resource. This setting is available for small, large and Aksela resource types.

Path parameters
organization_uuidstringRequired

UUID of the organization

resource_uuidstringRequired

UUID of the resource

Body
resource_uuidstringOptional

UUID of the resource

Responses
200
Successfully updated or deleted the advanced origin settings for the resource.
application/json
put
PUT /api/v1/cdn/{organization_uuid}/resource/{resource_uuid} HTTP/1.1
Host: cloud.medianova.com
Content-Type: application/json
Accept: */*
Content-Length: 469

{
  "resource_uuid": "***",
  "advanced_origin_settings": [
    {
      "id": 1,
      "is_delete": false,
      "protocol": "http",
      "origin_url": "test.mydomain.com",
      "host_header": null,
      "http_port": 80,
      "https_port": 443,
      "priority": 0,
      "uri_match_mode": "directory",
      "uri_match_rule": "/images;/assets"
    },
    {
      "id": 2,
      "is_delete": false,
      "protocol": "http",
      "origin_url": "image.example.com",
      "host_header": null,
      "http_port": 80,
      "https_port": 443,
      "priority": 10,
      "uri_match_mode": "file_extension",
      "uri_match_rule": ".jpg;.png;.gif"
    }
  ]
}
200

Successfully updated or deleted the advanced origin settings for the resource.

{
  "status": true,
  "data": {}
}