FoxInCloud
Problem using HttpGET in foxincloud app
Gravatar is a globally recognized avatar based on your email address. Problem using HttpGET in foxincloud app
  Michele
  All
  Sep 30, 2021 @ 02:09am

We have a foxpro application that works with Foxincloud. Since yesterday all our apps have stopped to work. In startup we make a control on the customer that uses the app... We make a call to an asp page using wwhttp.httpget() and we read the content of the page...in this case this is an internet address where to make new calls to other asp pages....

The problem is that we have a different result when we use the app in file mode e com mode... In COM mode all the asp seems to return an empty value while in file mode they work fine... We have not made any updates to our app..... For this problem some apps that weren't updated since one year have stop to work....

Foxincloud uses an old version of Web Connection and i don't know if it depends from this, but i don't know what to check even because in COM mode i can't debug my app....

Any ideas?

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Problem using HttpGET in foxincloud app
  FoxInCloud Support - Thierry N.
  Michele
  Sep 30, 2021 @ 05:08am

Hi Michele,

The only differences between COM mode and File mode is how VFP starts, and how to retrieve the startup dir (_VFP.serverName vs. sys(16)). It should have no influence over wwHTTP, regardless of its version.

Maybe you can first check in your target server log whether your asp page runs and what parameters it gets.

Generally, an empty response occurs when the URL does not match any server, or if your asp page has no fall-back with wrong parameters.

© 1996-2024