Curl-to-Blocks - Convert Curl Request to Blocks

Not working for me from the beginning even in mobile and in desktoo

2 Likes

Hi Everyone, I don’t know the actual reason why the website is not loading, it may be due to some ISP issues as I’m also getting this issue with my home network.
Here’s an alternate link : https://curltoblocks.firebaseapp.com/

7 Likes

New address works :slight_smile:

4 Likes

Yahoooo!! Works like a charm… :+1::+1::+1:

3 Likes

superb man. that will be lot’s of helpful for me

2 Likes

I would like to know if I can create the necessary blocks here to create communication with my thermal printer, so that I can print?

1 Like

Congratulations ! @HritikR

This is another great and useful work developed by you!

:clap::+1:

5 Likes

@an-nutri this website only creates blocks for web request. for thermal printer you need to make an extension.

1 Like

Thank you @Rogerio_Rios

3 Likes

Masterpiece And Awesome :astonished: :astonished: :+1: :+1:

5 Likes

@HritikR Can you add extension code also so that it also provide java code for making web in java

2 Likes

is it possible to change xml to blocks photo? then when we write some toturials we just write the xml in the html, and the end users will see the block photos, no need to download the photo and upload the photo, also easy to modify.

1 Like

awesome job , even though i’m fan of php curl but now you made it a lot easier for mobile bots :smiley:

1 Like

may be you are looking for
Something like this

https://community.kodular.io/t/extension-marketplace-all-extension-in-one-place-getaix-com

1 Like

@HritikR first of all, It seems a great work,… Congratulations
But, Would you please tell me what is the use of this??.. I mean I really didn’t understood why you created that.? how will that help>???
:thinking:

2 Likes

Hello every one,
can any one help me please

<form action="https://example.com/index.php" method="post" enctype="multipart/form-data">
			<input type="file" name="file">
			<input type="submit" name="submit" value="Upload files">
</form>

how can i post the above form data with cURL.

1 Like

@sardaar check your dm

If you need to implement an API in your apps you need to use Web Component. CurltoBlocks makes it easier it automatically converts your API request into blocks

3 Likes

okh, thanks for ur time…
:slight_smile:

1 Like

multipart/form-data is not supported by the web component, but probably @HritikR does have another solution?

@HritikR please answer here in the community, so everyone can learn… thank you…
Taifun

3 Likes