Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Custom HTTP Header SIM900 using"USERDATA" with HTTPPARA

Status
Not open for further replies.

alzomor

Advanced Member level 2
Joined
Jun 9, 2005
Messages
674
Helped
39
Reputation
78
Reaction score
8
Trophy points
1,298
Location
Germany
Activity points
6,406
Custom HTTP Header SIM900 using"USERDATA" with HTTPPARA

Hi,

I am trying to set non standard HTTP headers using USERDATA with httpparam on SIM900

When I use
Code:
AT+HTTPPARA="USERDATA","API-Key: keyValue"
it works fine, but when I try to set another key it overrides the old one , and only one header is set.

I tried set several headers in one command using userdatadelimiter , but it didn't work .

any recommendations for how to set several non standard http header?

Regards
Hossam Alzomor

- - - Updated - - -

AT+HTTPPARA="USERDATA","Key1: key1Value;Key2: key2Value",";"
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top