URL encode Postman variable? Use the Pre-request scripts (it's next to body ) for this: var encoded = encodeURIComponent({{phone number}});.
確定! 回上一頁