Show HN: Alexa Skill for HIIT and Tabata Timeramazon.com2 points·by __s__·l’année dernière·0 comments
Show HN: A simple echo server for testing HTTP clientsechoserver.dev59 points·by __s__·il y a 3 ans·36 comments
Show HN: AI Title Generator Using ChatGPTai-title-generator.onrender.com1 points·by __s__·il y a 3 ans·0 comments
Show HN: Search tweets like Google without distractionstwigle.page1 points·by __s__·il y a 3 ans·1 comments
Show HN: Search YouTube videos like Google without distractionsyougle.page10 points·by __s__·il y a 5 ans·5 comments
Show HN: JSON to CSV Converter – Intuitive and Powerfuljsontocsvconv.com1 points·by __s__·il y a 5 ans·1 comments
__s__·il y a 3 ans·discussThat's true. Although it will make the URL longer, I have decided to use encodeURIComponent to escape characters and avoid potential bugs.
__s__·il y a 3 ans·discussThank you for your comment! I appreciate your constructive advice. I will take it into consideration for the next implementation.
__s__·il y a 3 ans·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__·il y a 3 ans·discussI'm sorry. English is not my native language, and I lack confidence in it, so I used ChatGPT.
__s__·il y a 5 ans·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.