Legacy Dev Forum Posts

 View Only

Sign Up

GET ignores request template

  • 1.  GET ignores request template

    Posted 06-05-2025 18:40

    jcp | 2017-11-10 16:53:10 UTC | #1

    Hi, I am using Web Service Data Actions, and built a GET which makes use of some request template. Reading in some notes, there is a reference that 'GET requests do no us request templates' Could you confirm this is the case and that therefore I cannot send key-value pair in a GET request.

    I am asking as the response I am receiving is as if the GET request is done ignoring the request template.

    Many thanks,

    Jean-Christophe


    anon28066628 | 2017-11-10 19:26:01 UTC | #2

    That is correct - a GET request does not have an HTTP body payload, so the requestTemplate is not used. You can use the urlTemplate for putting parameters into the URL of a GET request (including query string parameters, if needed).


    system | 2017-12-11 19:26:23 UTC | #3

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 2083