Removing Trailing Slash in HTTP Request

Hello all,

I am trying to use the HTTP Request from the Web Activities package to query the API from https://icite.od.nih.gov/api. The queries using this particular API do not have trailing slashes (i.e. “/” at the end of the URLs). However, when I add a URLsegment, it automatically adds the trailing slash to the end of the URL.

Is there a way to not have the trailing slash with the URLsegment? I’ve tried searching through the forums but I haven’t managed to find any similar issues.

Thanks in advance!

A helpful analyst just taught me that if I don’t use the HTTP Request Wizard and just edit the EndPoint directly (see red circle and then blue circle), that I can bypass this issue:

1 Like

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