Show HN: A simple echo server for testing HTTP clientsechoserver.dev59 points·by __s__·hace 3 años·36 comments
Show HN: AI Title Generator Using ChatGPTai-title-generator.onrender.com1 points·by __s__·hace 3 años·0 comments
Show HN: Search tweets like Google without distractionstwigle.page1 points·by __s__·hace 3 años·1 comments
Show HN: Search YouTube videos like Google without distractionsyougle.page10 points·by __s__·hace 5 años·5 comments
Show HN: JSON to CSV Converter – Intuitive and Powerfuljsontocsvconv.com1 points·by __s__·hace 5 años·1 comments
__s__·hace 3 años·discussThat's true. Although it will make the URL longer, I have decided to use encodeURIComponent to escape characters and avoid potential bugs.
__s__·hace 3 años·discussThank you for your comment! I appreciate your constructive advice. I will take it into consideration for the next implementation.
__s__·hace 3 años·discussI didn't test it with curl because I was assuming it would be used on the frontend, but as afn mentioned, I think it should work correctly if you add -g as shown below: curl -g -v 'https://echoserver.dev/server?query={"headers":[["foo","bar"...}'Also, I am using render.com for hosting, and render.com uses Cloudflare internally, so it seems that related headers are also included. However, I believe this should not be a problem for testing purposes.
__s__·hace 3 años·discussI'm sorry. English is not my native language, and I lack confidence in it, so I used ChatGPT.
__s__·hace 5 años·discuss Hi everyone, I am S, a freelance web developer.I needed to use a JSON to CSV Converter in graduate school, but there was no intuitive converter application. That's why I developed this app.