-
Notifications
You must be signed in to change notification settings - Fork 377
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
Update challengeSolutions.md #179
base: develop
Are you sure you want to change the base?
Conversation
@piyushroshan please review this. |
|
||
1. Login to the application from http://localhost:8888/login | ||
2. Click *Community* in the navbar to visit http://localhost:8888/forum | ||
3. Observer the reponse of http://localhost:8888/forum in burp, the endpoint would be /community/api/v2/community/posts/recent |
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.
3. Observer the reponse of http://localhost:8888/forum in burp, the endpoint would be /community/api/v2/community/posts/recent | |
3. Observer the response of http://localhost:8888/forum in burp, the endpoint would be /community/api/v2/community/posts/recent |
|
||
#### Detailed solution | ||
|
||
1. Go to the login page http://localhost:8888/login and click on forgot password and you will be brought to http://127.0.0.1:8888/forgot-password. |
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.
1. Go to the login page http://localhost:8888/login and click on forgot password and you will be brought to http://127.0.0.1:8888/forgot-password. | |
1. Go to the login page {baseURL}/login and click on forgot password and you will be brought to http://127.0.0.1:8888/forgot-password. |
The base URL changes as per deployment, it would be better to make this change everywhere.
|
||
#### Detailed solution | ||
|
||
1. Go to the login page http://localhost:8888/login and click on forgot password and you will be brought to http://127.0.0.1:8888/forgot-password. |
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.
Avoid using I, You pronouns in the description.
2. Click *Shop* in the navbar to visit http://localhost:8888/shop | ||
3. Oder the *Seat* item for $10 from the shop by using the *Buy* button. | ||
4. On `http://127.0.0.1:8888/shop` click on `Past Orders`. you will brought to `http://127.0.0.1:8888/past-orders`. | ||
5. Then click on `Order Details` of the the seat you ordered. Endpoint would be Endpoint would be `/orders?order_id={ORDER_ID}`. |
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.
5. Then click on `Order Details` of the the seat you ordered. Endpoint would be Endpoint would be `/orders?order_id={ORDER_ID}`. | |
5. Then click on `Order Details` of the the seat you ordered. Endpoint would be `/orders?order_id={ORDER_ID}`. |
Adding Solutions for all unsolved Challenges 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.