Announcement

Collapse
No announcement yet.

HTTP profile with POST or GET requires $(input} in URL?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HTTP profile with POST or GET requires $(input} in URL?

    When I try to use an HTTP Profile with a PUT method, there is an error stating that ${input} is required in the URL. From the documentation, I thought that ${input} only works with the GET method?. No? If I rewrite the URL to include ${input} and then I create an event with a message, that message does not appear to be replacing the ${input} in the URL. Am I missing something? I was able to work around this by adding ?${input} to the end of my original URL so that it passes the validation and avoids the error, and I leave the message as blank in the event's HTTP Action. This seems to work, but it seems wrong. Error in screenshot. Why is ${input} required in the URL for PUT methods if it is not supported?
    Attached Files

    #2
    This is definitely a bug and will be fixed promptly. Yes. HTTP POST and HTTP PUT are both supported by Big6.

    Comment


      #3
      mgonsalves

      The bug is fixed in Big6 beta version 3.35

      Comment


        #4
        Originally posted by risquare View Post
        mgonsalves

        The bug is fixed in Big6 beta version 3.35
        This now works as expected. Thank you.

        Comment

        Working...
        X