Bug? Bug

jesuslizonsoluciones

Member
Licensed User
Longtime User
Hello everyone


I am confused about the following, when I use the following command from ID debug, the following call works correctly:

j.Download("https://app.o7hotels.com" & "/AWWebAPI/api/aw/awa/GetAWAReservationByRoom?Hotel=" & Hotel_text.Text & "&Habitacion=" & Habitacion_text.Text)

But when I run the .jar I get an error like this

1657282660936.png


I don't know why it adds the IP address : 20.71.236.175

On the other hand, everything works correctly in debug and relese; the problem is when running from the .jar.

I would appreciate your help




Translated with www.DeepL.com/Translator (free version)
 
Top