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
    October 19, 2017 17:55

    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
    May 10, 2016 17:39

    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.");