File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22converts small html into urls directly ,live on https://htmltourl.netlify.app/
33(Making good use of Cross site Scripting Vulnerability)
44
5- #WHY?
5+ # WHY?
661 ) People Search for it -> https://www.quora.com/Is-there-any-way-to-convert-a-HTML-link-into-URL-link
77
882 ) To simply explore the concept that url can actually contain the data vs url pointing to a location containing data
@@ -12,14 +12,14 @@ converts small html into urls directly ,live on https://htmltourl.netlify.app/
12124 ) Because of 3) Website is served directly via CDN -> FASTER Loading
1313
1414
15- #HOW?
15+ # HOW?
1616Works similar to image data urls
1717Data is compressed and base64 encoded and placed in the url
1818
1919#Is it Innovative?
2020Certainly , As there is no similar product as per my knowledge
2121
22- #Problems / Disadvantages?
22+ # Problems / Disadvantages?
23231)Since the contents of the webpage depend on contents in the url , Its a disaster recepie for Cross site scripting attack
2424
25252)Urls can be horrendously long !
You can’t perform that action at this time.
0 commit comments