HTTP Request Wizard Error - TimedOut

Hi,

I use http request. Everything works. I have to create the same http request only with a different url request. And I get this error pops up:
image
image

What it can mean?

The message “object reference not set to an instance of an object” means that you are referring to an object the does not exist or was deleted or cleaned up. It’s usually better to avoid a NullReferenceException than to handle it after it occurs.

Check if you have an empty value somewhere in your HTTP Request activity.