question

Upvotes
Accepted
6 1 5 7

Safe to call Street Events via https?

According to the TRKD API documentation the URL for street events service is:
http://api.trkd.thomsonreuters.com/api/StreetEvents/StreetEvents.svc


Before calling this service we need to get an authentication token via
https://api.trkd.thomsonreuters.com/api/TokenManagement/TokenManagement.svc/Anonymous


It seems a bit strange to call the token-service via httpS and then call the data service via http.
Street Events webservice is also available via httpS ... is it officially supported to call it at the httpS endpoint and on port 443? (works just fine)

rkd-apirkdstreet-events
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sent email to trkd_api_devsupport@thomsonreuters.com, Nitesh Saha and Shaikh Waseem.

@wk.

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply.

Otherwise, you may share an answer and then accept it. This will guide all community members who have a similar question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
41 0 0 0

Hi WK,

In TRKD API tokenmanagement service is the only available via https due to the Client information like username and password etc.

Other Services are perfectly fine with the http or https calls.

but my recommendation to use https as that is likely to be more future proof and required in future apis.

Generally,

https is more secure ... no-one can spy on the request/response

Still, "which is the best" depends on your point of view

Thanks,

Marichelvam B.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.