Mocky
Mocky copied to clipboard
Ability to change response after generating url
We are using mocky to test the integration of an external API. Currently to test multiple scenarios, we need to change url and restart our service.
It would be good if we are allowed to change the response for same url to avoid restarting our services.
But you will need some authorization for changing your url, cuz anyone can do it without rights :)
Yes, everyone will be able to change it.
But URL is long enough and so is difficult to brute-force.
Plus it may be done only for mocks, that were created with special flag allow_changing that will minimize unexpected changes.
@nothingelsematters7 nice idea with the flag!
I will gladly accept community contributions on this topic.
Sorry, I didn't have experience in scala to contribute. At that time, I was learning elixir and ended up writing https://stubonweb.herokuapp.com/ with this requirement and few more
Hi Julien,
I want to be able to delete a link that I just created on Mocky.io for security reasons. Can I do so? Please reach out to me on [email protected]
Regards, Carol
Agree this would be an incredibly useful enhancement. Its often the case that the client needs to be re-configured or re-started to talk to a different URL. If you could change the responses without changing the URL, then mocky would be a lot more usable. Agree also that you don't need security around this - the generated URLs are obscure enough that its unlikely someone will find them, and if you are that concerned about your data being accessed by others you shouldn't be using a free service like this.
Is this being worked on still?