hoppscotch / hoppscotch

Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)

Home Page:https://hoppscotch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature]: HTML Entity Encoding

Whtfck opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Using Hoppscotch to access an API, the response I receive is encoded with HTML entities. I would like the response result to be post-processed using a JavaScript script. When receiving the response, I want the script to execute first and then display the result. Alternatively, it could automatically decode HTML entities.
Snipaste_2024-03-11_10-16-51

Why should this be worked on?

Because if the response message cannot be decoded, it's impossible to determine the content of the message. Consequently, one would need to copy the message to an online encoding and decoding platform for translation, which undeniably adds a significant amount of work.