Skip to content

Request Headers Set is Not working in Web Connectivity Component (Web.java) #97

@Infeuss

Description

@Infeuss

https://github.com/mit-cml/appinventor-sources/blob/master/appinventor/components/src/com/google/appinventor/components/runtime/Web.java

line no - 1196

-->> connection.addRequestProperty(name, value);
this line are not set the headers Correctly

please replace this line with this
-->> connection.setRequestProperty(name, value);

Thankx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions