-
Notifications
You must be signed in to change notification settings - Fork 21.5k
swarm: creates Swarm landing page for browser 'localhost:xxxx/' GET request when running Swarm #15926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
cfad663 to
78fabc8
Compare
78fabc8 to
f096d85
Compare
holiman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If approved by swarm-team, LGTM
49fe91d to
e57c23c
Compare
…equest when running Swarm (ethereum#15926) * swarm: began work on GetHandleFile method re: issue ethereum#155 * swarm: now able to serve landing page template * swarm: added landing page template * swarm: landing page has working input * swarm: fixed CSS issue in template * swarm: deleted extra lines * swarm: deleted time header and made redirect a relative path * swarm: removed code mistakenly left
…equest when running Swarm (ethereum#15926) * swarm: began work on GetHandleFile method re: issue ethereum#155 * swarm: now able to serve landing page template * swarm: added landing page template * swarm: landing page has working input * swarm: fixed CSS issue in template * swarm: deleted extra lines * swarm: deleted time header and made redirect a relative path * swarm: removed code mistakenly left
This PR creates a landing page when swarm user directs browser to
localhost:xxxx/. Currently, such aGETrequest results in browser returningError Code: 400.This PR has been approved by 3 members of the Swarm team in ethersphere#190
It is part of improving the http interface of the Swarm experience. Please let me know if you have any questions and thank you for your time in advance!