Is there a limit to how the event's active.com url will be? I need to store it in our database, and need to know the field size.
Message edited by MaryF 14 years ago
active Admin
–
14 years ago
The URL will never be longer than 2083 characters. But I recommend you hash the URL before you store it (I've used MD5 before to do this). Here's an example http://www.fileformat.info/tool/hash.htm?text=http%3A%2F%2Fforums.construx.com%2Fblogs%2Fstevemcc%2Fdefault.aspx
Is there a limit to how the event's active.com url will be? I need to store it in our database, and need to know the field size.
Message edited by MaryF 14 years ago
active Admin – 14 years ago
The URL will never be longer than 2083 characters. But I recommend you hash the URL before you store it (I've used MD5 before to do this). Here's an example http://www.fileformat.info/tool/hash.htm?text=http%3A%2F%2Fforums.construx.com%2Fblogs%2Fstevemcc%2Fdefault.aspx