QRCoder icon indicating copy to clipboard operation
QRCoder copied to clipboard

url payload generator should detect all-caps protocol

Open mharen opened this issue 2 years ago • 0 comments

Summary

Updates Url Payload Generator to better handle when a given url includes HTTP/HTTPS.

This PR fixes/implements the following bugs/features:

  • [x] Bug: URL Payload Generator incorrectly prefixes http:// to inputs that already include HTTP://

Test plan

  • unit test added to verify correct behavior
  • make sure solution builds and tests run sucessfully

mharen avatar Feb 27 '23 17:02 mharen