How to exclude one page from https

how to exclude one page from https. This page is the processing of requests from desktop applications and the user will never type it. Even if he accidentally type it, nothing gets

You could add a Page Rule that matches the full URL and set SSL to Off.

There is no SSL off?
Full url https://www.example.com/mypage.asmx?

I found a solution for me

  1. Always use HTTPS - OFF
  2. Rules
    1 example.com/service.asmx
    Disable Apps
    2 www.example.com/

    Forwarding URL: (Status Code: 301 - Permanent Redirect, Url: https://example.com/$1)
    3 http://example.com/*
    Always Use HTTPS
1 Like