Lajamerr_Mittesdine

List

Jun 5th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. SHOULD MATCH:
  2.  
  3. http://foo.com/blah_blah
  4. http://foo.com/blah_blah/
  5. http://foo.com/blah_blah_(wikipedia)
  6. http://foo.com/blah_blah_(wikipedia)_(again)
  7. http://www.example.com/wpstyle/?p=364
  8. https://www.example.com/foo/?bar=baz&inga=42&quux
  9. http://✪df.ws/123
  10. http://userid:[email protected]:8080
  11. http://userid:[email protected]:8080/
  12. http://[email protected]:8080
  13. http://[email protected]:8080/
  14. http://userid:[email protected]
  15. http://userid:[email protected]/
  16. http://142.42.1.1/
  17. http://142.42.1.1:8080/
  18. http://➡.ws/䨹
  19. http://⌘.ws
  20. http://⌘.ws/
  21. http://foo.com/blah_(wikipedia)#cite-1
  22. http://foo.com/blah_(wikipedia)_blah#cite-1
  23. http://foo.com/unicode_(✪)_in_parens
  24. http://foo.com/(something)?after=parens
  25. http://☺.damowmow.com/
  26. http://code.google.com/events/#&product=browser
  27. http://j.mp
  28. ftp://foo.bar/baz
  29. http://foo.bar/?q=Test%20URL-encoded%20stuff
  30. http://مثال.إختبار
  31. http://例子.测试
  32. http://उदाहरण.परीक्षा
  33. http://-.~_!$&'()*+,;=:%40:80%2f::::::@example.com
  34. http://1337.net
  35. http://a.b-c.de
  36. http://223.255.255.254
  37.  
  38. SHOULD NOT MATCH:
  39.  
  40. http://
  41. http://.
  42. http://..
  43. http://../
  44. http://?
  45. http://??
  46. http://??/
  47. http://#
  48. http://##
  49. http://##/
  50. http://foo.bar?q=Spaces should be encoded
  51. //
  52. //a
  53. ///a
  54. ///
  55. http:///a
  56. foo.com
  57. rdar://1234
  58. h://test
  59. http:// shouldfail.com
  60. :// should fail
  61. http://foo.bar/foo(bar)baz quux
  62. ftps://foo.bar/
  63. http://-error-.invalid/
  64. http://a.b--c.de/
  65. http://-a.b.co
  66. http://a.b-.co
  67. http://0.0.0.0
  68. http://10.1.1.0
  69. http://10.1.1.255
  70. http://224.1.1.1
  71. http://1.1.1.1.1
  72. http://123.123.123
  73. http://3628126748
  74. http://.www.foo.bar/
  75. http://www.foo.bar./
  76. http://.www.foo.bar./
  77. http://10.1.1.1
Add Comment
Please, Sign In to add comment