This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
If I set origin as `*.ddns.net`, I get "Access Defined"
(As the following cURL comamnd)
```
curl 'transact.ti.com/.../accesstoken' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Origin: http://example.ddns.net' \
--data-raw 'grant_type=client_credentials&client_id=...&client_secret=...'
```
However, it works just fine if I remove the `Origin`; it also works if I use other domains as the `Origin`.
```
curl 'transact.ti.com/.../accesstoken' \
-H 'Content-Type: application/x-www-form-urlencoded' \
--data-raw 'grant_type=client_credentials&client_id=...&client_secret=...'
```
Hello Becky,
It's not really a problem; I have used another domain name.
Just curious about why TI blocks ddns.net.
Thanks!
**Attention** This is a public forum