- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi experts:
I am testing a model pipeline in SAS Viya using MAS a publishing destination. I am following these steps:
- Publish to MAS
- A get to validate the URL
- Another request to get the parameters
- Ask for a token (hidden)
- Configure the token in the POST,
- Execute the POST, but I get a 403 error
I've call another API Rest (get modules por example) with the token and it was ok. Any hint?
Thank you in advance.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @a20121248 ,
This could be a cookies-related issue. In Postman click on the Cookies button and remove all cookies. Also, under settings enable the 'Disable Cookie Jar' option. Then try and rerun the request. If this fixes it, I'll work on getting an explanation as to why it failed to begin with.
Join us for SAS Community Trivia
SAS Bowl L, PROC HTTP
Wednesday, February 19, 2024, at 10:00 a.m. ET | #SASBowl
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @a20121248 ,
This could be a cookies-related issue. In Postman click on the Cookies button and remove all cookies. Also, under settings enable the 'Disable Cookie Jar' option. Then try and rerun the request. If this fixes it, I'll work on getting an explanation as to why it failed to begin with.
Join us for SAS Community Trivia
SAS Bowl L, PROC HTTP
Wednesday, February 19, 2024, at 10:00 a.m. ET | #SASBowl
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you @joeFurbee, it worked!
It would be great to understand why it happens with Postman.
Best regards,
Javier