Product Ideas

ImGearWebStream should support https

Apparently ImGearWebStream is only avaialbe to devs who choose to disregard TLS security. 

Thanks!

  • Brandon Mount
  • May 10 2016
  • Already exists
  • Attach files
  • Tom Setzer commented
    19 Oct, 2017 05:55pm

    This help article explains how to use https with ImageGear.

    http://help.accusoft.com/ImageGear-Net/v23.3.1/Windows/HTML/webframe.html#topic598.html

  • Gilbert Roos commented
    10 May, 2016 05:39pm

    Using urls that begin with "https" in an ImGearWebStream results in an exception "Only HTTP locations are supported."

    It would be useful if we could use urls that begin with "https" in addition to those  beginning with "http"

    In the Source code for WebStream.cs at line 1012:

    // Create an advanced stream for HTTP downloading
    if (uri.Scheme != "http")
        ImGearException.ThrowError(
            ImGearErrorCodes.PARAMETER_HAS_INVALID_VALUE,
            "Only HTTP locations are supported.");