Skip to content

[QUESTION] I know this may be too dumb/noob to ask but please bear with me #163

Answered by benbusby
captainfuckface asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @captainfuckface (ha) sorry for the delay in responding to this. Heroku instances do store logs, and can actually be viewed by the creator of the app either through the command line or through the Heroku dashboard (under More -> View logs on the application page). That being said, searches sent via POST request will not directly expose the search term in the log, and element paths are encrypted using a randomly generated (per search) key.

Here's a snippet of the log from a Heroku instance I just spun up, showing an example POST request log as well as the encrypted element requests:

2021-01-07T22:49:40.298869+00:00 heroku[router]: at=info method=POST path="/search" host=<my heroku app> …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@captainfuckface
Comment options

Answer selected by benbusby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants