<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web API Timeout To Manually Set</title><link>https://community.appian.com/discussions/f/integrations/11132/web-api-timeout-to-manually-set</link><description>Hi, Is it possible to set the timeout of web api manually?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Web API Timeout To Manually Set</title><link>https://community.appian.com/thread/48902?ContentTypeID=1</link><pubDate>Wed, 27 Sep 2017 10:06:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c55c78ff-d959-4667-a924-e8e061fe6b0e</guid><dc:creator>vijayd</dc:creator><description>Agree with Smruti Swain, if an external system is calling Web API you can control with the settings he mentioned, but however it can be wait a maximum of settings of timings configured in Web Server.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web API Timeout To Manually Set</title><link>https://community.appian.com/thread/48867?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2017 15:45:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:46e278b6-a293-4004-9684-9805b35edd0d</guid><dc:creator>Smruti Swain</dc:creator><description>Hi riang,&lt;br /&gt;
If you make an OPTIONS call to your WebAPI URL from SoapUI or Postman you would get the response with the timeout attribute something like this: &lt;br /&gt;
Connection: Keep-Alive&lt;br /&gt;
Keep-Alive: timeout=20, max=100&lt;br /&gt;
This means it allow the connection to be kept alive, for 20 seconds and for a maximum of 100 resources. These settings are controlled by the web server configuration, you need to set it up in your web server settings.&lt;br /&gt;
I am not sure whether it could be controlled/set manually in WebAPI level.&lt;br /&gt;
Thanks.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web API Timeout To Manually Set</title><link>https://community.appian.com/thread/48843?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2017 08:35:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:70541d9a-4a70-4f01-be4e-96516b10e55b</guid><dc:creator>vijayd</dc:creator><description>If it is a httpRequest you can set it using Keep-Alive. But I believe your question is on Web API which is exposed and called by another system, in such cases it should be a server level configuration.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Web API Timeout To Manually Set</title><link>https://community.appian.com/thread/48833?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2017 06:30:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ad9cf8e-b806-4656-95be-aec0ca975a4f</guid><dc:creator>sravanis918</dc:creator><description>Hi riang,&lt;br /&gt;
&lt;br /&gt;
I think you can set in query parameters of httpRequest(), please check the below documentation link&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/17.3/Web_APIs.html"&gt;docs.appian.com/.../Web_APIs.html&lt;/a&gt;&lt;br /&gt;
please correct me if I am wrong.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>