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 GET /bake for deeplink requests #16

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

d98762625
Copy link
Member

With this addition, you will be able to cpopy/paste deeplinks from the cyberchef UI (everything after the #) and paste it in as a query to /bake and it will bake it for you.

  • Input is base64 encoded in URL, so we decode that.
  • if a recipe output type is ArrayBuffer, it is binary, so base64 encode the dish value before returning. returned type is still ArrayBuffer.

Blocked by this PR in cyberchef repo

Closes #15

@d98762625 d98762625 marked this pull request as draft May 29, 2020 15:18
@d98762625
Copy link
Member Author

See the tests in this PR, you will see two unexpected behaviours. Investigate these and raise or fix appropriately before merging.

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.

Make Cyberchef "deeplink" work with Cyberchef server
1 participant