-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
swarm: creates Swarm landing page for browser 'localhost:xxxx/' GET request when running Swarm #15926
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
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 aGET
request 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!