question

iengtheansovann avatar image
iengtheansovann asked

Does PlayFab support HTTPS request?

2 comments
10 |1200

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

Sarah Zhang avatar image Sarah Zhang commented ·

PlayFab APIs must be requested by HTTPs request. Is this what you want to know? If not, could you please provide more details of your requirement for our reference?

0 Likes 0 ·
iengtheansovann avatar image iengtheansovann Sarah Zhang commented ·

I like to have my CloudScript make web request but it appears that PlayFab can only do HTTP?

How do I make my CloudScript function use HTTPS for web request?

0 Likes 0 ·
asasdasda.png (7.3 KiB)

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

Yes, we support sending the request to HTTPS URLs using http.request method. The URL could be something like this.

https://www.example.com/

Do you mean you met some questions when using the HTTPS URL? If so, could you please provide the full request and the full response returned by the call to http.request?

10 |1200

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.