Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
get with 2 part key
I am doing this:
http://localhost/api/quote/16329P*PQ ADULT NSNA
get a 502.2 gateway error
if I do:
http://localhost/api/quote/16329P*PQADULTNSNA
it is processed
How should I format this?
http://localhost/api/quote/16329P?invoicetype=PQ ADULT NSNA
?
http://localhost/api/quote/16329P*PQ ADULT NSNA
get a 502.2 gateway error
if I do:
http://localhost/api/quote/16329P*PQADULTNSNA
it is processed
How should I format this?
http://localhost/api/quote/16329P?invoicetype=PQ ADULT NSNA
?
Comments
If I am reading your URL correctly, you have spaces in there, correct? Spaces are not allowed in the URL. You need to URL encode them. So put %20 wherever you have a space.