Difference between revisions of "Webs"

From Archiveteam
Jump to navigation Jump to search
m (Repo link)
(Added info from tech234a)
Line 13: Line 13:
'''Webs''' (formerly Freewebs) is a web host founded in 2001 offering free and paid website hosting. It is shutting down on 2021-03-31 with paid sites being partially migrated to the parent company Vistaprint.<ref>{{URL|https://support.webs.com/hc/en-us/articles/360048554451-Webs-to-Shut-Down-March-31st-2021}}</ref>
'''Webs''' (formerly Freewebs) is a web host founded in 2001 offering free and paid website hosting. It is shutting down on 2021-03-31 with paid sites being partially migrated to the parent company Vistaprint.<ref>{{URL|https://support.webs.com/hc/en-us/articles/360048554451-Webs-to-Shut-Down-March-31st-2021}}</ref>


== Archiving info ==
(thanks to tech234a)
Found a REST API that might be able to list sites if someone can figure out how to authenticate with it https://web.archive.org/web/20140925192433/wiki.developers.webs.com/wiki/REST_API
Found from: https://github.com/websdotcom/webs-api-client-java
See also: https://github.com/websdotcom/webs-api-client-ruby
This will redirect to the site for the given ID http://profiles.members.webs.com/Profile/index.jsp?userID=
For example: http://profiles.members.webs.com/Profile/index.jsp?userID=20257
which matches the site ID in the API documentation
Looks like it uses a Javascript-based redirect
Response content is <script>document.location='https://haroon.webs.com/';</script>\n
Example: https://gist.github.com/tech234a/ed30fe74c8170ffb507b258090d720cf
== Gallery ==
== Gallery ==



Revision as of 11:32, 6 February 2021

Webs
Webs logo
Webs - 1-4-21.png
URL https://www.webs.com/
Status Closing
Archiving status Upcoming...
Archiving type Unknown
Project source webs-grab
IRC channel #webbed (on hackint)

Webs (formerly Freewebs) is a web host founded in 2001 offering free and paid website hosting. It is shutting down on 2021-03-31 with paid sites being partially migrated to the parent company Vistaprint.[1]

Archiving info

(thanks to tech234a) Found a REST API that might be able to list sites if someone can figure out how to authenticate with it https://web.archive.org/web/20140925192433/wiki.developers.webs.com/wiki/REST_API Found from: https://github.com/websdotcom/webs-api-client-java See also: https://github.com/websdotcom/webs-api-client-ruby This will redirect to the site for the given ID http://profiles.members.webs.com/Profile/index.jsp?userID= For example: http://profiles.members.webs.com/Profile/index.jsp?userID=20257 which matches the site ID in the API documentation Looks like it uses a Javascript-based redirect Response content is <script>document.location='https://haroon.webs.com/';</script>\n

Example: https://gist.github.com/tech234a/ed30fe74c8170ffb507b258090d720cf

Gallery

References