Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, June 27, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: HTTP Request
Malay Mukherjee
Posts: 7
 
HTTP RequestYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 26 Jul 12 6:06 AM
fiogf49gjkf0d

Hey All,


I am making an HTTP Request call to one of the website.


When I call from normal ASP.net website everything works fine, but when I am calling from any event from SalesLogix (button click) no error is comming, but Request is not going to destination site.


Following is the code for the same. I have checked in Fiddler its not capturing from SLX site but works fine from other ASP.net website.


Please help.


System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.WebRequest.Create("http://www.smsglobal.com/http-api.php?action=sendsms&user=rrrr&password=333&from=SSDS&to=919890160135&text=testtext&maxsplit=5");


request.Method = "GET";


request.ContentType = "text/xml";


request.Headers.Add("Content-Encoding", "utf-8");


System.Net.WebResponse response = request.GetResponse();


 


Thank you,


Gaurang

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: HTTP RequestYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 26 Jul 12 1:56 PM
fiogf49gjkf0d

Question:


 


  Is your ASP.Net code running on your local machine or on a Server?


Fiddler hooks into your browser as a HTTP Proxy, not sure that it will capture Server Side requests (and definitively not if they are not on the same machine).


 


Can you run your code in debug mode (using VS)?


If not, wrap your code in a try/catch statement and check if an exception is being generated from your request.

[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/27/2025 9:04:59 PM