question

Simon Rodriguez avatar image
Simon Rodriguez asked

Not getting the whole url in ListHttpFunctionsAsync. It seems like it cuts of everything after the questionmark. ex, https://yyy.com/function?parameter. Parameter would gets lost.

10 |1200

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

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

After you integrated the Azure Functions with the title, you can call the PlayFab API ExecuteFunction to pass the parameter to PlayFab then PlayFab will pass the parameter to the corresponding Azure Functions. If you add the parameter such as “code=xxxx” in the URL, the parameters behind the question mark will be got by PlayFab. And PlayFab will truncate these contents in the response of API ListFunctions/ListHttpFunctions. It’s by design.

Does this feature affect your feature development? If so, could you please provide the detailed requirements? Is there any specific application scenario?

1 comment
10 |1200

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

Simon Rodriguez avatar image Simon Rodriguez commented ·

In our case it would be migrating functions from different staging environments.

But I can see how it would be a security risk so we'll find another way..

Thank you for the answer!

0 Likes 0 ·

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.