Skip to content

Conversation

@Hellsender01
Copy link

Adding Solutions for all unsolved Challenges 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.

@Hellsender01
Copy link
Author

@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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Collaborator

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}`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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}`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants