HritikR
(🧩)
November 13, 2021, 6:53am
#1
Hello Koders, Introducing Curl-to-Blocks , It converts curl requests into blocks that can be downloaded and added into your project.
Currently, supported options :
-d/–data/–data-binary
-F/–form
-H/–header
-I/–head
-u/–user
compressed
–url
-X/–request
Version: 1.0 [BETA]
Website: Curl-to-Blocks
This project is currently in beta version, so errors may arise.
39 Likes
Wow Amazing and epic work… Hats off to you…
3 Likes
oseamiya
(Oseamiya)
November 13, 2021, 7:12am
#4
Great Work !
curl -X POST https://www.oseamiya.tech/ -H "Authorization: Header" -H "Content-Type: application/json" -d "{\"key\" : \"value\"}"
I tried with this curl, however I think you didn’t added block to post the JSON text , like for me it should post this JSON : {"key" : "value"}
Result from the website :
I generated this CURL from reqbin,
2 Likes
HritikR
(🧩)
November 13, 2021, 7:35am
#6
Thank you @Yashsehgal022 , @UnknownBeast @Still-learning , @oseamiya
oseamiya:
Great Work !
curl -X POST https://www.oseamiya.tech/ -H "Authorization: Header" -H "Content-Type: application/json" -d "{\"key\" : \"value\"}"
I tried with this curl, however I think you didn’t added block to post the JSON text , like for me it should post this JSON : {"key" : "value"}
Result from the website :
I generated this CURL from reqbin,
I’m working on posting JSON data.
5 Likes
Akshat_Rana
(Akshat Developer)
November 13, 2021, 8:00am
#8
This one is Never thought of this
2 Likes
Not working for me
@dora_paz
Not working in chrome but working in puffin
2 Likes
Jaxparrow
(Jaxparrow)
November 13, 2021, 11:05am
#16
It isn’t working for me either
2 Likes
Jaxparrow
(Jaxparrow)
November 13, 2021, 11:07am
#17
Have you guys cleared the site cache?
2 Likes
dora_paz
(Dora)
November 13, 2021, 11:08am
#18
Not working now, worked two hours ago when tested
4 Likes
oseamiya
(Oseamiya)
November 13, 2021, 11:18am
#20
Shreyaa:
still working for me
Same, Its working for me too :\
3 Likes