Error 1109: The specified URL is not valid: These are my blocks please help me to fix this problem


Please help me to solve this problem

there are too many reasons

  • check connection
  • check url of web component !
  • add if condition before got text: if got response code =200 to except problem in connection
    • check what coming from got text response code in label
  • the important thing: I think if you want to call Api you must add request header web block before post text (you are using token and secret .. this method may need two steps of post text) .. check the Api documentation that used in your app

Please help anyone is here​:sob::sob::sob:

Hello RaYzZz same problem

I want to contact to u

Let’s try to solve it here, maybe a user with the same problem as yours can find a solution and fix theirs too.

Okh tell me step by step how could i solve this problem and one more thing i want to. Add payment gateway to my aap i am using zapupi
Now give me the solution for this error

Edit:
I hadn’t noticed that the URL, token and secret were visible in the image, I’m not very familiar with it, but I don’t think you should make that data public.
I’ll censor it.


This post is about ZapUPI, check if it’s what you’re looking for.

![Screenshot_2025-10-19-21-40-43-888_mark.via.gp|225x500](upload://galusee LECF0ZswDxFwjJIwLvvr0.jpeg)
Now can you see my blocks is they correct or not but my aap is freezing :sob:

Wait until the upload is finished, then send the message

And what is that? :grin:

If you’re trying to make a post, something’s not right,
it’s normally done only with the Web component by passing a JSON (dictionary).

For example:
(in some cases RequestHeaders are optional)

1 Like

I told him that this request header should be created, but he didn’t pay attention to the matter.
I had previously dealt with an API that had a token secret. At first, you don’t have token.. You have to call it in two stages(two web get = get token)
This is the purpose of secret key, otherwise it would be possible to connect directly.

1 Like

I am Creating a payment gateway for my free fire tournament aap what a user select the amount to add and using the zapupi payment gateway

Did you read it? :grin:


Zapupi Docs

=

1 Like

Yes, I read it a little while ago, but I’m surprised. What’s the point of a secret key if it’s done directly? Regardless, the problem can be tracked and resolved. He should also use an obfuscate text or some other encryption method to avoid hacking as possible :slight_smile:

No, dear , I wasn’t talking to you,

I was speaking to @Quick_Clash

1 Like

Yes i read this can you please tell me step by step how to do it perfactly please

Try taking a look at this topic on App Inventor, but you’ll need to study a bit.