I like to code, teach and promote. Subscribe to the Web Dev 101 and Datanation podcasts. Blogs and videos at devNursery.com and GrokOverflow.com. Find everything at AlexMerced.com
I like to code, teach and promote. Subscribe to the Web Dev 101 and Datanation podcasts. Blogs and videos at devNursery.com and GrokOverflow.com. Find everything at AlexMerced.com
try converting the param to a string in the function strconv.atoi. I'll double check why it was working for me in a bit.
The reason it works for me is cause I send the body via JSON so it's an integer, but if you send it via URL query it will be a string