Skip to content
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

Add a /network/http route #94

Closed
postmodern opened this issue Jan 8, 2024 · 1 comment
Closed

Add a /network/http route #94

postmodern opened this issue Jan 8, 2024 · 1 comment
Assignees
Labels
feature New Feature route HTTP route

Comments

@postmodern
Copy link
Member

postmodern commented Jan 8, 2024

Add a route and form for submitting arbitrary HTTP requests and displaying the responses. It should use JavaScript to send a asynchronous request to another backend route (ex: /network/http/request), waiting for a response, then parsing and rendering the JSON response that represents the Net::HTTPResponse that is returned as pretty HTML.

There should also be an Import checkbox which would cause the request and response to automatically be added to the database as Ronin::DB::HTTPRequest and Ronin::DB::HTTPResponse records.

@postmodern postmodern added feature New Feature route HTTP route labels Jan 8, 2024
@moozzi moozzi self-assigned this Apr 23, 2024
@postmodern
Copy link
Member Author

Implemented by PR #115.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature route HTTP route
Projects
None yet
Development

No branches or pull requests

2 participants