What are you trying to achieve?
Hello,
I am doing an integration to an API via POST with a HTTP make request module, but the documentation asks me the following,
all requests must have the User-Agent header set in the following format:
SellerId/Programming_language/programming_language_version
What do I have to set in Programming_language and programming_language_version ?
Thank you very much,
Hi @ipoblete,
The User-Agent of Make is by default set to āMake/productionā. I donāt think you can overwrite this by manually adding the same header, but you can try.
Does the documentation specify why this is needed? What documentation are you using?
Cheers,
Henk
1 Like
You could probably get away with this:
SellerId/Make/1
Usually they just want to be able to use this to ātrackā how their API is called from/being used.
Hope this helps! Let me know if there are any further questions or issues.
You can also join us in the Make Fans Discord server to chat with other makers. Due to the evolving needs of this community, the Discord invite link can be found elsewhere on this forum. You can either search for it or leave a message below to request an invite.