apache / openwhisk-package-alarms

Apache OpenWhisk package that can be used to create periodic, time-based alarms.
https://openwhisk.apache.org/
Apache License 2.0
24 stars 49 forks source link

Handle URL params gently #219

Closed NikolayStarodubtsev closed 4 years ago

NikolayStarodubtsev commented 4 years ago

Previously url variable has strictly provided "https" protocol, which totally broke feed if "https" was provided in endpoint variable. Add new function based on regex to handle both types with or without protocol.

rabbah commented 4 years ago

Thanks @NikolayStarodubtsev for the fix.